Html Css Color HEX #D29011 Gamboge

📋 copy color: '#D29011'

red 210 ◦ green 144 ◦ blue 17

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

Shades of Gamboge #D29011

Tints of Gamboge #D29011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

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

R = 56.6%
G = 38.81%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D29011 (or 0xD29011) is known color: Gamboge. HEX triplet: D2, 90 and 11. RGB value is (210,144,17). Sum of RGB (Red+Green+Blue) = 210+144+17=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D29011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29011 is #2D6FEE. Grayscale: #959595. Windows color (decimal): -2977775 or 1151186. OLE color: 1151186.

HSL color Cylindrical-coordinate representation of color #D29011: hue angle of 39.48º 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 #D29011 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 17 -
CMYK 0 0.31 0.92 0.18
HSL 39.48º 0.85% 0.45% -
HSV(B) 39.48º 0.92% 0.82% -
XYZ 36.65 33.69 5.1 -
YUV 149.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 210 144 17 0 0.31 0.92 0.18 39.48 0.85 0.45
Hex D2 90 11 0 1F 5C 12 27 55 2D
Octal 322 220 21 0 37 134 22 47 125 55
Binary 11010010 10010000 10001 0 11111 1011100 10010 100111 1010101 101101

Color Harmonies of #D29011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29011

Black with #D29011

Text Example


Text Example

White with #D29011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29011; }

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

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

background-color css

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

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

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

border-color css

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

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

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