#cc9b1c

Color #CC9B1C Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CC9B1C

Tints of Buddha Gold #CC9B1C

Color information

#CC9B1C (or 0xCC9B1C) is unknown color: approx Buddha Gold. HEX triplet: CC, 9B and 1C. RGB value is (204,155,28). Sum of RGB (Red+Green+Blue) = 204+155+28=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B1C is #3364E3. Grayscale: #9B9B9B. Windows color (decimal): -3368164 or 1874892. OLE color: 1874892.

HSL color Cylindrical-coordinate representation of color #CC9B1C: hue angle of 43.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC9B1C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB20415528-
CMYK00.240.860.2
HSL43.3º75.86%45.49%-
HSV(B)43.3º86.27%80%-
XYZ36.8336.366.18-
YUV155.1756.23162.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 28 (11.33% from 255) = 7.24%
R=52.71%
G=40.05%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041552800.240.860.243.375.8645.49
HexCC9B1C01856142b4c2d
Octal31423334030126245311455
Binary1100110010011011111000110001010110101001010111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9b1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9b1c; }

 p { color: rgb(204,155,28); }

 H1.HeaderClassName
 {
   color: #cc9b1c;
 }
 .AnyTagClassName
 {
   color: #cc9b1c;
 }
</style>
background-color css

<style>
 a { background-color: #cc9b1c; }

 a { background-color: rgb(204,155,28); }

 div.DivClassName
 {
   background-color: #cc9b1c;
 }
 .BgClassName
 {
   background-color: #cc9b1c;
 }
</style>
border-color css

<style>
 span { border-color: #cc9b1c; }

 span { border-color: rgb(204,155,28); }

 td.TdClassName
 {
   border-color: #cc9b1c;
 }
 .TagClassName
 {
   border-color: #cc9b1c;
 }
</style>