Html Css Color HEX #CAA217 Buddha Gold

📋 copy color: '#CAA217'

red 202 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #CAA217

Tints of Buddha Gold #CAA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 23 (9.38% from 255) = 5.94%

R = 52.2%
G = 41.86%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA217 (or 0xCAA217) is known color: Buddha Gold. HEX triplet: CA, A2 and 17. RGB value is (202,162,23). Sum of RGB (Red+Green+Blue) = 202+162+23=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA217 is #355DE8. Grayscale: #9E9E9E. Windows color (decimal): -3497449 or 1549002. OLE color: 1549002.

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

Color convert

RGB 202 162 23 -
CMYK 0 0.20 0.89 0.21
HSL 46.59º 0.8% 0.44% -
HSV(B) 46.59º 0.89% 0.79% -
XYZ 37.43 38.46 6.26 -
YUV 158.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 202 162 23 0 0.20 0.89 0.21 46.59 0.8 0.44
Hex CA A2 17 0 14 59 15 2F 50 2C
Octal 312 242 27 0 24 131 25 57 120 54
Binary 11001010 10100010 10111 0 10100 1011001 10101 101111 1010000 101100

Color Harmonies of #CAA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA217

Black with #CAA217

Text Example


Text Example

White with #CAA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA217; }

 p { color: rgb(202,162,23); }

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

background-color css

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

 a { background-color: rgb(202,162,23); }

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

border-color css

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

 span { border-color: rgb(202,162,23); }

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