Html Css Color HEX #CAA008 Buddha Gold

📋 copy color: '#CAA008'

red 202 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #CAA008

Tints of Buddha Gold #CAA008

RGB

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

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

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

R = 54.59%
G = 43.24%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAA008 (or 0xCAA008) is known color: Buddha Gold. HEX triplet: CA, A0 and 08. RGB value is (202,160,8). Sum of RGB (Red+Green+Blue) = 202+160+8=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA008 is #355FF7. Grayscale: #9B9B9B. Windows color (decimal): -3497976 or 565450. OLE color: 565450.

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

Color convert

RGB 202 160 8 -
CMYK 0 0.21 0.96 0.21
HSL 47.01º 0.92% 0.41% -
HSV(B) 47.01º 0.96% 0.79% -
XYZ 36.97 37.72 5.56 -
YUV 155.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 202 160 8 0 0.21 0.96 0.21 47.01 0.92 0.41
Hex CA A0 8 0 15 60 15 2F 5C 29
Octal 312 240 10 0 25 140 25 57 134 51
Binary 11001010 10100000 1000 0 10101 1100000 10101 101111 1011100 101001

Color Harmonies of #CAA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA008

Black with #CAA008

Text Example


Text Example

White with #CAA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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