Html Css Color HEX #CAA417 Buddha Gold

📋 copy color: '#CAA417'

red 202 ◦ green 164 ◦ blue 23

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

Shades of Buddha Gold #CAA417

Tints of Buddha Gold #CAA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

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

R = 51.93%
G = 42.16%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA417 (or 0xCAA417) is known color: Buddha Gold. HEX triplet: CA, A4 and 17. RGB value is (202,164,23). Sum of RGB (Red+Green+Blue) = 202+164+23=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA417 is #355BE8. Grayscale: #9F9F9F. Windows color (decimal): -3496937 or 1549514. OLE color: 1549514.

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

Color convert

RGB 202 164 23 -
CMYK 0 0.19 0.89 0.21
HSL 47.26º 0.8% 0.44% -
HSV(B) 47.26º 0.89% 0.79% -
XYZ 37.79 39.17 6.38 -
YUV 159.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 202 164 23 0 0.19 0.89 0.21 47.26 0.8 0.44
Hex CA A4 17 0 13 59 15 2F 50 2C
Octal 312 244 27 0 23 131 25 57 120 54
Binary 11001010 10100100 10111 0 10011 1011001 10101 101111 1010000 101100

Color Harmonies of #CAA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA417

Black with #CAA417

Text Example


Text Example

White with #CAA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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