Html Css Color HEX #CAA808 Buddha Gold

📋 copy color: '#CAA808'

red 202 ◦ green 168 ◦ blue 8

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

Shades of Buddha Gold #CAA808

Tints of Buddha Gold #CAA808

RGB

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

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

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

R = 53.44%
G = 44.44%
B = 2.12%

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

#CAA808 (or 0xCAA808) is known color: Buddha Gold. HEX triplet: CA, A8 and 08. RGB value is (202,168,8). Sum of RGB (Red+Green+Blue) = 202+168+8=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA808 is #3557F7. Grayscale: #A0A0A0. Windows color (decimal): -3495928 or 567498. OLE color: 567498.

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

Color convert

RGB 202 168 8 -
CMYK 0 0.17 0.96 0.21
HSL 49.48º 0.92% 0.41% -
HSV(B) 49.48º 0.96% 0.79% -
XYZ 38.4 40.58 6.04 -
YUV 159.93 42.26 158.01 -
System Red Green Blue C M Y K H S L
Decimal 202 168 8 0 0.17 0.96 0.21 49.48 0.92 0.41
Hex CA A8 8 0 11 60 15 31 5C 29
Octal 312 250 10 0 21 140 25 61 134 51
Binary 11001010 10101000 1000 0 10001 1100000 10101 110001 1011100 101001

Color Harmonies of #CAA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA808

Black with #CAA808

Text Example


Text Example

White with #CAA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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