Html Css Color HEX #D09112 Gamboge

📋 copy color: '#D09112'

red 208 ◦ green 145 ◦ blue 18

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

Shades of Gamboge #D09112

Tints of Gamboge #D09112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 56.06%
G = 39.08%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D09112 (or 0xD09112) is known color: Gamboge. HEX triplet: D0, 91 and 12. RGB value is (208,145,18). Sum of RGB (Red+Green+Blue) = 208+145+18=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D09112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09112 is #2F6EED. Grayscale: #959595. Windows color (decimal): -3108590 or 1216976. OLE color: 1216976.

HSL color Cylindrical-coordinate representation of color #D09112: hue angle of 40.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D09112 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 18 -
CMYK 0 0.30 0.91 0.18
HSL 40.11º 0.84% 0.44% -
HSV(B) 40.11º 0.91% 0.82% -
XYZ 36.25 33.7 5.17 -
YUV 149.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 208 145 18 0 0.30 0.91 0.18 40.11 0.84 0.44
Hex D0 91 12 0 1E 5B 12 28 54 2C
Octal 320 221 22 0 36 133 22 50 124 54
Binary 11010000 10010001 10010 0 11110 1011011 10010 101000 1010100 101100

Color Harmonies of #D09112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09112

Black with #D09112

Text Example


Text Example

White with #D09112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09112; }

 p { color: rgb(208,145,18); }

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

background-color css

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

 a { background-color: rgb(208,145,18); }

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

border-color css

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

 span { border-color: rgb(208,145,18); }

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