Html Css Color HEX #CAA70A Buddha Gold

📋 copy color: '#CAA70A'

red 202 ◦ green 167 ◦ blue 10

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

Shades of Buddha Gold #CAA70A

Tints of Buddha Gold #CAA70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 53.3%
G = 44.06%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CAA70A (or 0xCAA70A) is known color: Buddha Gold. HEX triplet: CA, A7 and 0A. RGB value is (202,167,10). Sum of RGB (Red+Green+Blue) = 202+167+10=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA70A is #3558F5. Grayscale: #A0A0A0. Windows color (decimal): -3496182 or 698314. OLE color: 698314.

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

Color convert

RGB 202 167 10 -
CMYK 0 0.17 0.95 0.21
HSL 49.06º 0.91% 0.42% -
HSV(B) 49.06º 0.95% 0.79% -
XYZ 38.23 40.22 6.03 -
YUV 159.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 202 167 10 0 0.17 0.95 0.21 49.06 0.91 0.42
Hex CA A7 A 0 11 5F 15 31 5B 2A
Octal 312 247 12 0 21 137 25 61 133 52
Binary 11001010 10100111 1010 0 10001 1011111 10101 110001 1011011 101010

Color Harmonies of #CAA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA70A

Black with #CAA70A

Text Example


Text Example

White with #CAA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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