Html Css Color HEX #CAA517 Buddha Gold

📋 copy color: '#CAA517'

red 202 ◦ green 165 ◦ blue 23

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

Shades of Buddha Gold #CAA517

Tints of Buddha Gold #CAA517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

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

R = 51.79%
G = 42.31%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA517 (or 0xCAA517) is known color: Buddha Gold. HEX triplet: CA, A5 and 17. RGB value is (202,165,23). Sum of RGB (Red+Green+Blue) = 202+165+23=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA517 is #355AE8. Grayscale: #A0A0A0. Windows color (decimal): -3496681 or 1549770. OLE color: 1549770.

HSL color Cylindrical-coordinate representation of color #CAA517: hue angle of 47.6º 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 #CAA517 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 23 -
CMYK 0 0.18 0.89 0.21
HSL 47.6º 0.8% 0.44% -
HSV(B) 47.6º 0.89% 0.79% -
XYZ 37.97 39.53 6.44 -
YUV 159.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 202 165 23 0 0.18 0.89 0.21 47.6 0.8 0.44
Hex CA A5 17 0 12 59 15 30 50 2C
Octal 312 245 27 0 22 131 25 60 120 54
Binary 11001010 10100101 10111 0 10010 1011001 10101 110000 1010000 101100

Color Harmonies of #CAA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA517

Black with #CAA517

Text Example


Text Example

White with #CAA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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