Html Css Color HEX #D09211 Gamboge

📋 copy color: '#D09211'

red 208 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #D09211

Tints of Gamboge #D09211

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

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

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

R = 56.06%
G = 39.35%
B = 4.58%

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

#D09211 (or 0xD09211) is known color: Gamboge. HEX triplet: D0, 92 and 11. RGB value is (208,146,17). Sum of RGB (Red+Green+Blue) = 208+146+17=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D09211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09211 is #2F6DEE. Grayscale: #969696. Windows color (decimal): -3108335 or 1151696. OLE color: 1151696.

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

Color convert

RGB 208 146 17 -
CMYK 0 0.30 0.92 0.18
HSL 40.52º 0.85% 0.44% -
HSV(B) 40.52º 0.92% 0.82% -
XYZ 36.39 34.01 5.18 -
YUV 149.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 208 146 17 0 0.30 0.92 0.18 40.52 0.85 0.44
Hex D0 92 11 0 1E 5C 12 29 55 2C
Octal 320 222 21 0 36 134 22 51 125 54
Binary 11010000 10010010 10001 0 11110 1011100 10010 101001 1010101 101100

Color Harmonies of #D09211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09211

Black with #D09211

Text Example


Text Example

White with #D09211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09211; }

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

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

background-color css

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

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

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

border-color css

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

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

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