Html Css Color HEX #CAA017 Buddha Gold

📋 copy color: '#CAA017'

red 202 ◦ green 160 ◦ blue 23

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

Shades of Buddha Gold #CAA017

Tints of Buddha Gold #CAA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 52.47%
G = 41.56%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA017 (or 0xCAA017) is known color: Buddha Gold. HEX triplet: CA, A0 and 17. RGB value is (202,160,23). Sum of RGB (Red+Green+Blue) = 202+160+23=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA017 is #355FE8. Grayscale: #9D9D9D. Windows color (decimal): -3497961 or 1548490. OLE color: 1548490.

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

Color convert

RGB 202 160 23 -
CMYK 0 0.21 0.89 0.21
HSL 45.92º 0.8% 0.44% -
HSV(B) 45.92º 0.89% 0.79% -
XYZ 37.08 37.76 6.14 -
YUV 156.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 202 160 23 0 0.21 0.89 0.21 45.92 0.8 0.44
Hex CA A0 17 0 15 59 15 2E 50 2C
Octal 312 240 27 0 25 131 25 56 120 54
Binary 11001010 10100000 10111 0 10101 1011001 10101 101110 1010000 101100

Color Harmonies of #CAA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA017

Black with #CAA017

Text Example


Text Example

White with #CAA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA017; }

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

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

background-color css

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

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

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

border-color css

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

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

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