Html Css Color HEX #CD9E15 Buddha Gold

📋 copy color: '#CD9E15'

red 205 ◦ green 158 ◦ blue 21

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

Shades of Buddha Gold #CD9E15

Tints of Buddha Gold #CD9E15

RGB

 RED value IS 205 (80.47% from 255) = 53.39%

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

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 53.39%
G = 41.15%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD9E15 (or 0xCD9E15) is known color: Buddha Gold. HEX triplet: CD, 9E and 15. RGB value is (205,158,21). Sum of RGB (Red+Green+Blue) = 205+158+21=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9E15 is #3261EA. Grayscale: #9D9D9D. Windows color (decimal): -3301867 or 1416909. OLE color: 1416909.

HSL color Cylindrical-coordinate representation of color #CD9E15: hue angle of 44.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD9E15 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 158 21 -
CMYK 0 0.23 0.90 0.20
HSL 44.67º 0.81% 0.44% -
HSV(B) 44.67º 0.9% 0.8% -
XYZ 37.54 37.49 5.97 -
YUV 156.44 51.57 162.64 -
System Red Green Blue C M Y K H S L
Decimal 205 158 21 0 0.23 0.90 0.20 44.67 0.81 0.44
Hex CD 9E 15 0 17 5A 14 2D 51 2C
Octal 315 236 25 0 27 132 24 55 121 54
Binary 11001101 10011110 10101 0 10111 1011010 10100 101101 1010001 101100

Color Harmonies of #CD9E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E15

Black with #CD9E15

Text Example


Text Example

White with #CD9E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E15; }

 p { color: rgb(205,158,21); }

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

background-color css

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

 a { background-color: rgb(205,158,21); }

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

border-color css

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

 span { border-color: rgb(205,158,21); }

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