Html Css Color HEX #CAA70E Buddha Gold

📋 copy color: '#CAA70E'

red 202 ◦ green 167 ◦ blue 14

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

Shades of Buddha Gold #CAA70E

Tints of Buddha Gold #CAA70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 52.74%
G = 43.6%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAA70E (or 0xCAA70E) is known color: Buddha Gold. HEX triplet: CA, A7 and 0E. RGB value is (202,167,14). Sum of RGB (Red+Green+Blue) = 202+167+14=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA70E is #3558F1. Grayscale: #A0A0A0. Windows color (decimal): -3496178 or 960458. OLE color: 960458.

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

Color convert

RGB 202 167 14 -
CMYK 0 0.17 0.93 0.21
HSL 48.83º 0.87% 0.42% -
HSV(B) 48.83º 0.93% 0.79% -
XYZ 38.26 40.23 6.16 -
YUV 160.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 202 167 14 0 0.17 0.93 0.21 48.83 0.87 0.42
Hex CA A7 E 0 11 5D 15 31 57 2A
Octal 312 247 16 0 21 135 25 61 127 52
Binary 11001010 10100111 1110 0 10001 1011101 10101 110001 1010111 101010

Color Harmonies of #CAA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA70E

Black with #CAA70E

Text Example


Text Example

White with #CAA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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