Html Css Color HEX #D09108 Gamboge

📋 copy color: '#D09108'

red 208 ◦ green 145 ◦ blue 8

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

Shades of Gamboge #D09108

Tints of Gamboge #D09108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 57.62%
G = 40.17%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D09108 (or 0xD09108) is known color: Gamboge. HEX triplet: D0, 91 and 08. RGB value is (208,145,8). Sum of RGB (Red+Green+Blue) = 208+145+8=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D09108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09108 is #2F6EF7. Grayscale: #949494. Windows color (decimal): -3108600 or 561616. OLE color: 561616.

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

Color convert

RGB 208 145 8 -
CMYK 0 0.30 0.96 0.18
HSL 41.1º 0.93% 0.42% -
HSV(B) 41.1º 0.96% 0.82% -
XYZ 36.18 33.68 4.82 -
YUV 148.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 208 145 8 0 0.30 0.96 0.18 41.1 0.93 0.42
Hex D0 91 8 0 1E 60 12 29 5D 2A
Octal 320 221 10 0 36 140 22 51 135 52
Binary 11010000 10010001 1000 0 11110 1100000 10010 101001 1011101 101010

Color Harmonies of #D09108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09108

Black with #D09108

Text Example


Text Example

White with #D09108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09108; }

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

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

background-color css

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

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

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

border-color css

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

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

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