Html Css Color HEX #CAA209 Buddha Gold

📋 copy color: '#CAA209'

red 202 ◦ green 162 ◦ blue 9

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

Shades of Buddha Gold #CAA209

Tints of Buddha Gold #CAA209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.41%

R = 54.16%
G = 43.43%
B = 2.41%

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

#CAA209 (or 0xCAA209) is known color: Buddha Gold. HEX triplet: CA, A2 and 09. RGB value is (202,162,9). Sum of RGB (Red+Green+Blue) = 202+162+9=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA209 is #355DF6. Grayscale: #9D9D9D. Windows color (decimal): -3497463 or 631498. OLE color: 631498.

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

Color convert

RGB 202 162 9 -
CMYK 0 0.20 0.96 0.21
HSL 47.56º 0.91% 0.41% -
HSV(B) 47.56º 0.96% 0.79% -
XYZ 37.33 38.42 5.71 -
YUV 156.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 202 162 9 0 0.20 0.96 0.21 47.56 0.91 0.41
Hex CA A2 9 0 14 60 15 30 5B 29
Octal 312 242 11 0 24 140 25 60 133 51
Binary 11001010 10100010 1001 0 10100 1100000 10101 110000 1011011 101001

Color Harmonies of #CAA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA209

Black with #CAA209

Text Example


Text Example

White with #CAA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA209; }

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

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

background-color css

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

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

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

border-color css

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

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

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