Html Css Color HEX #CC9609 Buddha Gold

📋 copy color: '#CC9609'

red 204 ◦ green 150 ◦ blue 9

#CC9609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CC9609

Tints of Buddha Gold #CC9609

RGB

 RED value IS 204 (80.08% from 255) = 56.2%

 GREEN value IS 150 (58.98% from 255) = 41.32%

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 56.2%
G = 41.32%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC9609 (or 0xCC9609) is known color: Buddha Gold. HEX triplet: CC, 96 and 09. RGB value is (204,150,9). Sum of RGB (Red+Green+Blue) = 204+150+9=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9609 is #3369F6. Grayscale: #969696. Windows color (decimal): -3369463 or 628428. OLE color: 628428.

HSL color Cylindrical-coordinate representation of color #CC9609: hue angle of 43.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC9609 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 9 -
CMYK 0 0.26 0.96 0.2
HSL 43.38º 0.92% 0.42% -
HSV(B) 43.38º 0.96% 0.8% -
XYZ 35.86 34.67 5.06 -
YUV 150.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 204 150 9 0 0.26 0.96 0.2 43.38 0.92 0.42
Hex CC 96 9 0 1A 60 14 2B 5C 2A
Octal 314 226 11 0 32 140 24 53 134 52
Binary 11001100 10010110 1001 0 11010 1100000 10100 101011 1011100 101010

Color Harmonies of #CC9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9609

Black with #CC9609

Text Example


Text Example

White with #CC9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9609; }

 p { color: rgb(204,150,9); }

 H1.HeaderClassName
 {
   color: #CC9609;
 }
 .AnyTagClassName
 {
   color: #CC9609;
 }
</style>

background-color css

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

 a { background-color: rgb(204,150,9); }

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

border-color css

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

 span { border-color: rgb(204,150,9); }

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