Html Css Color HEX #CAA702 Buddha Gold

📋 copy color: '#CAA702'

red 202 ◦ green 167 ◦ blue 2

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

Shades of Buddha Gold #CAA702

Tints of Buddha Gold #CAA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 54.45%
G = 45.01%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAA702 (or 0xCAA702) is known color: Buddha Gold. HEX triplet: CA, A7 and 02. RGB value is (202,167,2). Sum of RGB (Red+Green+Blue) = 202+167+2=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA702 is #3558FD. Grayscale: #9F9F9F. Windows color (decimal): -3496190 or 174026. OLE color: 174026.

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

Color convert

RGB 202 167 2 -
CMYK 0 0.17 0.99 0.21
HSL 49.5º 0.98% 0.4% -
HSV(B) 49.5º 0.99% 0.79% -
XYZ 38.19 40.2 5.8 -
YUV 158.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 202 167 2 0 0.17 0.99 0.21 49.5 0.98 0.4
Hex CA A7 2 0 11 63 15 32 62 28
Octal 312 247 2 0 21 143 25 62 142 50
Binary 11001010 10100111 10 0 10001 1100011 10101 110010 1100010 101000

Color Harmonies of #CAA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA702

Black with #CAA702

Text Example


Text Example

White with #CAA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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