Html Css Color HEX #CAA208 Buddha Gold

📋 copy color: '#CAA208'

red 202 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #CAA208

Tints of Buddha Gold #CAA208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.55%

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

R = 54.3%
G = 43.55%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAA208 (or 0xCAA208) is known color: Buddha Gold. HEX triplet: CA, A2 and 08. RGB value is (202,162,8). Sum of RGB (Red+Green+Blue) = 202+162+8=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA208 is #355DF7. Grayscale: #9D9D9D. Windows color (decimal): -3497464 or 565962. OLE color: 565962.

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

Color convert

RGB 202 162 8 -
CMYK 0 0.20 0.96 0.21
HSL 47.63º 0.92% 0.41% -
HSV(B) 47.63º 0.96% 0.79% -
XYZ 37.32 38.41 5.68 -
YUV 156.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 202 162 8 0 0.20 0.96 0.21 47.63 0.92 0.41
Hex CA A2 8 0 14 60 15 30 5C 29
Octal 312 242 10 0 24 140 25 60 134 51
Binary 11001010 10100010 1000 0 10100 1100000 10101 110000 1011100 101001

Color Harmonies of #CAA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA208

Black with #CAA208

Text Example


Text Example

White with #CAA208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA208; }

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

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

background-color css

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

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

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

border-color css

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

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

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