Html Css Color HEX #D29211 Gamboge

📋 copy color: '#D29211'

red 210 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #D29211

Tints of Gamboge #D29211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 56.3%
G = 39.14%
B = 4.56%

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

#D29211 (or 0xD29211) is known color: Gamboge. HEX triplet: D2, 92 and 11. RGB value is (210,146,17). Sum of RGB (Red+Green+Blue) = 210+146+17=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D29211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29211 is #2D6DEE. Grayscale: #979797. Windows color (decimal): -2977263 or 1151698. OLE color: 1151698.

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

Color convert

RGB 210 146 17 -
CMYK 0 0.30 0.92 0.18
HSL 40.1º 0.85% 0.45% -
HSV(B) 40.1º 0.92% 0.82% -
XYZ 36.96 34.3 5.2 -
YUV 150.43 52.7 170.49 -
System Red Green Blue C M Y K H S L
Decimal 210 146 17 0 0.30 0.92 0.18 40.1 0.85 0.45
Hex D2 92 11 0 1E 5C 12 28 55 2D
Octal 322 222 21 0 36 134 22 50 125 55
Binary 11010010 10010010 10001 0 11110 1011100 10010 101000 1010101 101101

Color Harmonies of #D29211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29211

Black with #D29211

Text Example


Text Example

White with #D29211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29211; }

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

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

background-color css

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

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

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

border-color css

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

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

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