Html Css Color HEX #D29E11 Gamboge

📋 copy color: '#D29E11'

red 210 ◦ green 158 ◦ blue 17

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

Shades of Gamboge #D29E11

Tints of Gamboge #D29E11

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

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

R = 54.55%
G = 41.04%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D29E11 (or 0xD29E11) is known color: Gamboge. HEX triplet: D2, 9E and 11. RGB value is (210,158,17). Sum of RGB (Red+Green+Blue) = 210+158+17=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E11 is #2D61EE. Grayscale: #9E9E9E. Windows color (decimal): -2974191 or 1154770. OLE color: 1154770.

HSL color Cylindrical-coordinate representation of color #D29E11: hue angle of 43.83º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D29E11 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 17 -
CMYK 0 0.25 0.92 0.18
HSL 43.83º 0.85% 0.45% -
HSV(B) 43.83º 0.92% 0.82% -
XYZ 38.91 38.2 5.85 -
YUV 157.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 210 158 17 0 0.25 0.92 0.18 43.83 0.85 0.45
Hex D2 9E 11 0 19 5C 12 2C 55 2D
Octal 322 236 21 0 31 134 22 54 125 55
Binary 11010010 10011110 10001 0 11001 1011100 10010 101100 1010101 101101

Color Harmonies of #D29E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E11

Black with #D29E11

Text Example


Text Example

White with #D29E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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