Html Css Color HEX #D29511 Gamboge

📋 copy color: '#D29511'

red 210 ◦ green 149 ◦ blue 17

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

Shades of Gamboge #D29511

Tints of Gamboge #D29511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 55.85%
G = 39.63%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D29511 (or 0xD29511) is known color: Gamboge. HEX triplet: D2, 95 and 11. RGB value is (210,149,17). Sum of RGB (Red+Green+Blue) = 210+149+17=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D29511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29511 is #2D6AEE. Grayscale: #989898. Windows color (decimal): -2976495 or 1152466. OLE color: 1152466.

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

Color convert

RGB 210 149 17 -
CMYK 0 0.29 0.92 0.18
HSL 41.04º 0.85% 0.45% -
HSV(B) 41.04º 0.92% 0.82% -
XYZ 37.43 35.24 5.36 -
YUV 152.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 210 149 17 0 0.29 0.92 0.18 41.04 0.85 0.45
Hex D2 95 11 0 1D 5C 12 29 55 2D
Octal 322 225 21 0 35 134 22 51 125 55
Binary 11010010 10010101 10001 0 11101 1011100 10010 101001 1010101 101101

Color Harmonies of #D29511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29511

Black with #D29511

Text Example


Text Example

White with #D29511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29511; }

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

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

background-color css

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

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

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

border-color css

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

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

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