Html Css Color HEX #CA9E17 Buddha Gold

📋 copy color: '#CA9E17'

red 202 ◦ green 158 ◦ blue 23

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

Shades of Buddha Gold #CA9E17

Tints of Buddha Gold #CA9E17

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 52.74%
G = 41.25%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA9E17 (or 0xCA9E17) is known color: Buddha Gold. HEX triplet: CA, 9E and 17. RGB value is (202,158,23). Sum of RGB (Red+Green+Blue) = 202+158+23=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E17 is #3561E8. Grayscale: #9C9C9C. Windows color (decimal): -3498473 or 1547978. OLE color: 1547978.

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

Color convert

RGB 202 158 23 -
CMYK 0 0.22 0.89 0.21
HSL 45.25º 0.8% 0.44% -
HSV(B) 45.25º 0.89% 0.79% -
XYZ 36.74 37.07 6.03 -
YUV 155.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 202 158 23 0 0.22 0.89 0.21 45.25 0.8 0.44
Hex CA 9E 17 0 16 59 15 2D 50 2C
Octal 312 236 27 0 26 131 25 55 120 54
Binary 11001010 10011110 10111 0 10110 1011001 10101 101101 1010000 101100

Color Harmonies of #CA9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E17

Black with #CA9E17

Text Example


Text Example

White with #CA9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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