Html Css Color HEX #CA9E14 Buddha Gold

📋 copy color: '#CA9E14'

red 202 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #CA9E14

Tints of Buddha Gold #CA9E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 53.16%
G = 41.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA9E14 (or 0xCA9E14) is known color: Buddha Gold. HEX triplet: CA, 9E and 14. RGB value is (202,158,20). Sum of RGB (Red+Green+Blue) = 202+158+20=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E14 is #3561EB. Grayscale: #9C9C9C. Windows color (decimal): -3498476 or 1351370. OLE color: 1351370.

HSL color Cylindrical-coordinate representation of color #CA9E14: hue angle of 45.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA9E14 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 20 -
CMYK 0 0.22 0.90 0.21
HSL 45.49º 0.82% 0.44% -
HSV(B) 45.49º 0.9% 0.79% -
XYZ 36.71 37.06 5.88 -
YUV 155.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 202 158 20 0 0.22 0.90 0.21 45.49 0.82 0.44
Hex CA 9E 14 0 16 5A 15 2D 52 2C
Octal 312 236 24 0 26 132 25 55 122 54
Binary 11001010 10011110 10100 0 10110 1011010 10101 101101 1010010 101100

Color Harmonies of #CA9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E14

Black with #CA9E14

Text Example


Text Example

White with #CA9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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