Html Css Color HEX #CAA602 Buddha Gold

📋 copy color: '#CAA602'

red 202 ◦ green 166 ◦ blue 2

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

Shades of Buddha Gold #CAA602

Tints of Buddha Gold #CAA602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 54.59%
G = 44.86%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAA602 (or 0xCAA602) is known color: Buddha Gold. HEX triplet: CA, A6 and 02. RGB value is (202,166,2). Sum of RGB (Red+Green+Blue) = 202+166+2=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA602 is #3559FD. Grayscale: #9E9E9E. Windows color (decimal): -3496446 or 173770. OLE color: 173770.

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

Color convert

RGB 202 166 2 -
CMYK 0 0.18 0.99 0.21
HSL 49.2º 0.98% 0.4% -
HSV(B) 49.2º 0.99% 0.79% -
XYZ 38 39.83 5.74 -
YUV 158.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 202 166 2 0 0.18 0.99 0.21 49.2 0.98 0.4
Hex CA A6 2 0 12 63 15 31 62 28
Octal 312 246 2 0 22 143 25 61 142 50
Binary 11001010 10100110 10 0 10010 1100011 10101 110001 1100010 101000

Color Harmonies of #CAA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA602

Black with #CAA602

Text Example


Text Example

White with #CAA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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