Html Css Color HEX #CCA806 Buddha Gold

📋 copy color: '#CCA806'

red 204 ◦ green 168 ◦ blue 6

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

Shades of Buddha Gold #CCA806

Tints of Buddha Gold #CCA806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 53.97%
G = 44.44%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA806 (or 0xCCA806) is known color: Buddha Gold. HEX triplet: CC, A8 and 06. RGB value is (204,168,6). Sum of RGB (Red+Green+Blue) = 204+168+6=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA806 is #3357F9. Grayscale: #A0A0A0. Windows color (decimal): -3364858 or 436428. OLE color: 436428.

HSL color Cylindrical-coordinate representation of color #CCA806: hue angle of 49.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCA806 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 6 -
CMYK 0 0.18 0.97 0.2
HSL 49.09º 0.94% 0.41% -
HSV(B) 49.09º 0.97% 0.8% -
XYZ 38.94 40.86 6.01 -
YUV 160.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 204 168 6 0 0.18 0.97 0.2 49.09 0.94 0.41
Hex CC A8 6 0 12 61 14 31 5E 29
Octal 314 250 6 0 22 141 24 61 136 51
Binary 11001100 10101000 110 0 10010 1100001 10100 110001 1011110 101001

Color Harmonies of #CCA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA806

Black with #CCA806

Text Example


Text Example

White with #CCA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA806; }

 p { color: rgb(204,168,6); }

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

background-color css

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

 a { background-color: rgb(204,168,6); }

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

border-color css

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

 span { border-color: rgb(204,168,6); }

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