Html Css Color HEX #CAA605 Buddha Gold

📋 copy color: '#CAA605'

red 202 ◦ green 166 ◦ blue 5

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

Shades of Buddha Gold #CAA605

Tints of Buddha Gold #CAA605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

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

R = 54.16%
G = 44.5%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAA605 (or 0xCAA605) is known color: Buddha Gold. HEX triplet: CA, A6 and 05. RGB value is (202,166,5). Sum of RGB (Red+Green+Blue) = 202+166+5=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA605 is #3559FA. Grayscale: #9F9F9F. Windows color (decimal): -3496443 or 370378. OLE color: 370378.

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

Color convert

RGB 202 166 5 -
CMYK 0 0.18 0.98 0.21
HSL 49.04º 0.95% 0.41% -
HSV(B) 49.04º 0.98% 0.79% -
XYZ 38.02 39.84 5.83 -
YUV 158.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 202 166 5 0 0.18 0.98 0.21 49.04 0.95 0.41
Hex CA A6 5 0 12 62 15 31 5F 29
Octal 312 246 5 0 22 142 25 61 137 51
Binary 11001010 10100110 101 0 10010 1100010 10101 110001 1011111 101001

Color Harmonies of #CAA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA605

Black with #CAA605

Text Example


Text Example

White with #CAA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA605; }

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

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

background-color css

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

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

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

border-color css

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

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

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