Html Css Color HEX #CAA809 Buddha Gold

📋 copy color: '#CAA809'

red 202 ◦ green 168 ◦ blue 9

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

Shades of Buddha Gold #CAA809

Tints of Buddha Gold #CAA809

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

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

R = 53.3%
G = 44.33%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAA809 (or 0xCAA809) is known color: Buddha Gold. HEX triplet: CA, A8 and 09. RGB value is (202,168,9). Sum of RGB (Red+Green+Blue) = 202+168+9=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA809 is #3557F6. Grayscale: #A0A0A0. Windows color (decimal): -3495927 or 633034. OLE color: 633034.

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

Color convert

RGB 202 168 9 -
CMYK 0 0.17 0.96 0.21
HSL 49.43º 0.91% 0.41% -
HSV(B) 49.43º 0.96% 0.79% -
XYZ 38.41 40.58 6.07 -
YUV 160.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 202 168 9 0 0.17 0.96 0.21 49.43 0.91 0.41
Hex CA A8 9 0 11 60 15 31 5B 29
Octal 312 250 11 0 21 140 25 61 133 51
Binary 11001010 10101000 1001 0 10001 1100000 10101 110001 1011011 101001

Color Harmonies of #CAA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA809

Black with #CAA809

Text Example


Text Example

White with #CAA809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA809; }

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

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

background-color css

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

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

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

border-color css

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

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

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