Html Css Color HEX #D29E10 Gamboge

📋 copy color: '#D29E10'

red 210 ◦ green 158 ◦ blue 16

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

Shades of Gamboge #D29E10

Tints of Gamboge #D29E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 54.69%
G = 41.15%
B = 4.17%

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

#D29E10 (or 0xD29E10) is known color: Gamboge. HEX triplet: D2, 9E and 10. RGB value is (210,158,16). Sum of RGB (Red+Green+Blue) = 210+158+16=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E10 is #2D61EF. Grayscale: #9D9D9D. Windows color (decimal): -2974192 or 1089234. OLE color: 1089234.

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

Color convert

RGB 210 158 16 -
CMYK 0 0.25 0.92 0.18
HSL 43.92º 0.86% 0.44% -
HSV(B) 43.92º 0.92% 0.82% -
XYZ 38.9 38.19 5.81 -
YUV 157.36 48.23 165.55 -
System Red Green Blue C M Y K H S L
Decimal 210 158 16 0 0.25 0.92 0.18 43.92 0.86 0.44
Hex D2 9E 10 0 19 5C 12 2C 56 2C
Octal 322 236 20 0 31 134 22 54 126 54
Binary 11010010 10011110 10000 0 11001 1011100 10010 101100 1010110 101100

Color Harmonies of #D29E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E10

Black with #D29E10

Text Example


Text Example

White with #D29E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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