Html Css Color HEX #CAA70C Buddha Gold

📋 copy color: '#CAA70C'

red 202 ◦ green 167 ◦ blue 12

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

Shades of Buddha Gold #CAA70C

Tints of Buddha Gold #CAA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 53.02%
G = 43.83%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAA70C (or 0xCAA70C) is known color: Buddha Gold. HEX triplet: CA, A7 and 0C. RGB value is (202,167,12). Sum of RGB (Red+Green+Blue) = 202+167+12=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA70C is #3558F3. Grayscale: #A0A0A0. Windows color (decimal): -3496180 or 829386. OLE color: 829386.

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

Color convert

RGB 202 167 12 -
CMYK 0 0.17 0.94 0.21
HSL 48.95º 0.89% 0.42% -
HSV(B) 48.95º 0.94% 0.79% -
XYZ 38.24 40.22 6.1 -
YUV 159.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 202 167 12 0 0.17 0.94 0.21 48.95 0.89 0.42
Hex CA A7 C 0 11 5E 15 31 59 2A
Octal 312 247 14 0 21 136 25 61 131 52
Binary 11001010 10100111 1100 0 10001 1011110 10101 110001 1011001 101010

Color Harmonies of #CAA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA70C

Black with #CAA70C

Text Example


Text Example

White with #CAA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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