Html Css Color HEX #CAA006 Buddha Gold

📋 copy color: '#CAA006'

red 202 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #CAA006

Tints of Buddha Gold #CAA006

RGB

 RED value IS 202 (79.3% from 255) = 54.89%

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

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

R = 54.89%
G = 43.48%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA006 (or 0xCAA006) is known color: Buddha Gold. HEX triplet: CA, A0 and 06. RGB value is (202,160,6). Sum of RGB (Red+Green+Blue) = 202+160+6=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA006 is #355FF9. Grayscale: #9B9B9B. Windows color (decimal): -3497978 or 434378. OLE color: 434378.

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

Color convert

RGB 202 160 6 -
CMYK 0 0.21 0.97 0.21
HSL 47.14º 0.94% 0.41% -
HSV(B) 47.14º 0.97% 0.79% -
XYZ 36.96 37.71 5.5 -
YUV 155 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 202 160 6 0 0.21 0.97 0.21 47.14 0.94 0.41
Hex CA A0 6 0 15 61 15 2F 5E 29
Octal 312 240 6 0 25 141 25 57 136 51
Binary 11001010 10100000 110 0 10101 1100001 10101 101111 1011110 101001

Color Harmonies of #CAA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA006

Black with #CAA006

Text Example


Text Example

White with #CAA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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