Html Css Color HEX #D09110 Gamboge

📋 copy color: '#D09110'

red 208 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #D09110

Tints of Gamboge #D09110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 56.37%
G = 39.3%
B = 4.34%

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

#D09110 (or 0xD09110) is known color: Gamboge. HEX triplet: D0, 91 and 10. RGB value is (208,145,16). Sum of RGB (Red+Green+Blue) = 208+145+16=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D09110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09110 is #2F6EEF. Grayscale: #959595. Windows color (decimal): -3108592 or 1085904. OLE color: 1085904.

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

Color convert

RGB 208 145 16 -
CMYK 0 0.30 0.92 0.18
HSL 40.31º 0.86% 0.44% -
HSV(B) 40.31º 0.92% 0.82% -
XYZ 36.23 33.7 5.08 -
YUV 149.13 52.87 169.99 -
System Red Green Blue C M Y K H S L
Decimal 208 145 16 0 0.30 0.92 0.18 40.31 0.86 0.44
Hex D0 91 10 0 1E 5C 12 28 56 2C
Octal 320 221 20 0 36 134 22 50 126 54
Binary 11010000 10010001 10000 0 11110 1011100 10010 101000 1010110 101100

Color Harmonies of #D09110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09110

Black with #D09110

Text Example


Text Example

White with #D09110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09110; }

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

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

background-color css

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

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

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

border-color css

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

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

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