Html Css Color HEX #CCA006 Buddha Gold

📋 copy color: '#CCA006'

red 204 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #CCA006

Tints of Buddha Gold #CCA006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.24%

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

R = 55.14%
G = 43.24%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA006 (or 0xCCA006) is known color: Buddha Gold. HEX triplet: CC, A0 and 06. RGB value is (204,160,6). Sum of RGB (Red+Green+Blue) = 204+160+6=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA006 is #335FF9. Grayscale: #9C9C9C. Windows color (decimal): -3366906 or 434380. OLE color: 434380.

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

Color convert

RGB 204 160 6 -
CMYK 0 0.22 0.97 0.2
HSL 46.67º 0.94% 0.41% -
HSV(B) 46.67º 0.97% 0.8% -
XYZ 37.51 37.99 5.53 -
YUV 155.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 204 160 6 0 0.22 0.97 0.2 46.67 0.94 0.41
Hex CC A0 6 0 16 61 14 2F 5E 29
Octal 314 240 6 0 26 141 24 57 136 51
Binary 11001100 10100000 110 0 10110 1100001 10100 101111 1011110 101001

Color Harmonies of #CCA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA006

Black with #CCA006

Text Example


Text Example

White with #CCA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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