Html Css Color HEX #CD9E11 Buddha Gold

📋 copy color: '#CD9E11'

red 205 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #CD9E11

Tints of Buddha Gold #CD9E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 53.95%
G = 41.58%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD9E11 (or 0xCD9E11) is known color: Buddha Gold. HEX triplet: CD, 9E and 11. RGB value is (205,158,17). Sum of RGB (Red+Green+Blue) = 205+158+17=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9E11 is #3261EE. Grayscale: #9C9C9C. Windows color (decimal): -3301871 or 1154765. OLE color: 1154765.

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

Color convert

RGB 205 158 17 -
CMYK 0 0.23 0.92 0.20
HSL 45º 0.85% 0.44% -
HSV(B) 45º 0.92% 0.8% -
XYZ 37.5 37.47 5.79 -
YUV 155.98 49.57 162.96 -
System Red Green Blue C M Y K H S L
Decimal 205 158 17 0 0.23 0.92 0.20 45 0.85 0.44
Hex CD 9E 11 0 17 5C 14 2D 55 2C
Octal 315 236 21 0 27 134 24 55 125 54
Binary 11001101 10011110 10001 0 10111 1011100 10100 101101 1010101 101100

Color Harmonies of #CD9E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E11

Black with #CD9E11

Text Example


Text Example

White with #CD9E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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