Html Css Color HEX #CC9708 Buddha Gold

📋 copy color: '#CC9708'

red 204 ◦ green 151 ◦ blue 8

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

Shades of Buddha Gold #CC9708

Tints of Buddha Gold #CC9708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 56.2%
G = 41.6%
B = 2.2%

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

#CC9708 (or 0xCC9708) is known color: Buddha Gold. HEX triplet: CC, 97 and 08. RGB value is (204,151,8). Sum of RGB (Red+Green+Blue) = 204+151+8=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9708 is #3368F7. Grayscale: #979797. Windows color (decimal): -3369208 or 563148. OLE color: 563148.

HSL color Cylindrical-coordinate representation of color #CC9708: hue angle of 43.78º 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 #CC9708 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 8 -
CMYK 0 0.26 0.96 0.2
HSL 43.78º 0.92% 0.42% -
HSV(B) 43.78º 0.96% 0.8% -
XYZ 36.01 34.99 5.09 -
YUV 150.55 47.56 166.13 -
System Red Green Blue C M Y K H S L
Decimal 204 151 8 0 0.26 0.96 0.2 43.78 0.92 0.42
Hex CC 97 8 0 1A 60 14 2C 5C 2A
Octal 314 227 10 0 32 140 24 54 134 52
Binary 11001100 10010111 1000 0 11010 1100000 10100 101100 1011100 101010

Color Harmonies of #CC9708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9708

Black with #CC9708

Text Example


Text Example

White with #CC9708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9708; }

 p { color: rgb(204,151,8); }

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

background-color css

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

 a { background-color: rgb(204,151,8); }

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

border-color css

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

 span { border-color: rgb(204,151,8); }

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