Html Css Color HEX #CAA70D Buddha Gold

📋 copy color: '#CAA70D'

red 202 ◦ green 167 ◦ blue 13

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

Shades of Buddha Gold #CAA70D

Tints of Buddha Gold #CAA70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 52.88%
G = 43.72%
B = 3.4%

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

#CAA70D (or 0xCAA70D) is known color: Buddha Gold. HEX triplet: CA, A7 and 0D. RGB value is (202,167,13). Sum of RGB (Red+Green+Blue) = 202+167+13=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA70D is #3558F2. Grayscale: #A0A0A0. Windows color (decimal): -3496179 or 894922. OLE color: 894922.

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

Color convert

RGB 202 167 13 -
CMYK 0 0.17 0.94 0.21
HSL 48.89º 0.88% 0.42% -
HSV(B) 48.89º 0.94% 0.79% -
XYZ 38.25 40.22 6.13 -
YUV 159.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 202 167 13 0 0.17 0.94 0.21 48.89 0.88 0.42
Hex CA A7 D 0 11 5E 15 31 58 2A
Octal 312 247 15 0 21 136 25 61 130 52
Binary 11001010 10100111 1101 0 10001 1011110 10101 110001 1011000 101010

Color Harmonies of #CAA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA70D

Black with #CAA70D

Text Example


Text Example

White with #CAA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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