Html Css Color HEX #CCA608 Buddha Gold

📋 copy color: '#CCA608'

red 204 ◦ green 166 ◦ blue 8

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

Shades of Buddha Gold #CCA608

Tints of Buddha Gold #CCA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

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

R = 53.97%
G = 43.92%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCA608 (or 0xCCA608) is known color: Buddha Gold. HEX triplet: CC, A6 and 08. RGB value is (204,166,8). Sum of RGB (Red+Green+Blue) = 204+166+8=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA608 is #3359F7. Grayscale: #A0A0A0. Windows color (decimal): -3365368 or 566988. OLE color: 566988.

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

Color convert

RGB 204 166 8 -
CMYK 0 0.19 0.96 0.2
HSL 48.37º 0.92% 0.42% -
HSV(B) 48.37º 0.96% 0.8% -
XYZ 38.58 40.13 5.94 -
YUV 159.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 204 166 8 0 0.19 0.96 0.2 48.37 0.92 0.42
Hex CC A6 8 0 13 60 14 30 5C 2A
Octal 314 246 10 0 23 140 24 60 134 52
Binary 11001100 10100110 1000 0 10011 1100000 10100 110000 1011100 101010

Color Harmonies of #CCA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA608

Black with #CCA608

Text Example


Text Example

White with #CCA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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