Html Css Color HEX #CAA805 Buddha Gold

📋 copy color: '#CAA805'

red 202 ◦ green 168 ◦ blue 5

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

Shades of Buddha Gold #CAA805

Tints of Buddha Gold #CAA805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 53.87%
G = 44.8%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAA805 (or 0xCAA805) is known color: Buddha Gold. HEX triplet: CA, A8 and 05. RGB value is (202,168,5). Sum of RGB (Red+Green+Blue) = 202+168+5=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA805 is #3557FA. Grayscale: #A0A0A0. Windows color (decimal): -3495931 or 370890. OLE color: 370890.

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

Color convert

RGB 202 168 5 -
CMYK 0 0.17 0.98 0.21
HSL 49.64º 0.95% 0.41% -
HSV(B) 49.64º 0.98% 0.79% -
XYZ 38.39 40.57 5.95 -
YUV 159.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 202 168 5 0 0.17 0.98 0.21 49.64 0.95 0.41
Hex CA A8 5 0 11 62 15 32 5F 29
Octal 312 250 5 0 21 142 25 62 137 51
Binary 11001010 10101000 101 0 10001 1100010 10101 110010 1011111 101001

Color Harmonies of #CAA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA805

Black with #CAA805

Text Example


Text Example

White with #CAA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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