Html Css Color HEX #D29411 Gamboge

📋 copy color: '#D29411'

red 210 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #D29411

Tints of Gamboge #D29411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 56%
G = 39.47%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D29411 (or 0xD29411) is known color: Gamboge. HEX triplet: D2, 94 and 11. RGB value is (210,148,17). Sum of RGB (Red+Green+Blue) = 210+148+17=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D29411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29411 is #2D6BEE. Grayscale: #989898. Windows color (decimal): -2976751 or 1152210. OLE color: 1152210.

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

Color convert

RGB 210 148 17 -
CMYK 0 0.30 0.92 0.18
HSL 40.73º 0.85% 0.45% -
HSV(B) 40.73º 0.92% 0.82% -
XYZ 37.27 34.92 5.31 -
YUV 151.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 210 148 17 0 0.30 0.92 0.18 40.73 0.85 0.45
Hex D2 94 11 0 1E 5C 12 29 55 2D
Octal 322 224 21 0 36 134 22 51 125 55
Binary 11010010 10010100 10001 0 11110 1011100 10010 101001 1010101 101101

Color Harmonies of #D29411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29411

Black with #D29411

Text Example


Text Example

White with #D29411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29411; }

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

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

background-color css

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

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

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

border-color css

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

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

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