Html Css Color HEX #D09107 Gamboge

📋 copy color: '#D09107'

red 208 ◦ green 145 ◦ blue 7

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

Shades of Gamboge #D09107

Tints of Gamboge #D09107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 57.78%
G = 40.28%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D09107 (or 0xD09107) is known color: Gamboge. HEX triplet: D0, 91 and 07. RGB value is (208,145,7). Sum of RGB (Red+Green+Blue) = 208+145+7=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D09107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09107 is #2F6EF8. Grayscale: #949494. Windows color (decimal): -3108601 or 496080. OLE color: 496080.

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

Color convert

RGB 208 145 7 -
CMYK 0 0.30 0.97 0.18
HSL 41.19º 0.93% 0.42% -
HSV(B) 41.19º 0.97% 0.82% -
XYZ 36.18 33.68 4.79 -
YUV 148.11 48.37 170.72 -
System Red Green Blue C M Y K H S L
Decimal 208 145 7 0 0.30 0.97 0.18 41.19 0.93 0.42
Hex D0 91 7 0 1E 61 12 29 5D 2A
Octal 320 221 7 0 36 141 22 51 135 52
Binary 11010000 10010001 111 0 11110 1100001 10010 101001 1011101 101010

Color Harmonies of #D09107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09107

Black with #D09107

Text Example


Text Example

White with #D09107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09107; }

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

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

background-color css

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

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

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

border-color css

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

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

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