Html Css Color HEX #D09E09 Gamboge

📋 copy color: '#D09E09'

red 208 ◦ green 158 ◦ blue 9

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

Shades of Gamboge #D09E09

Tints of Gamboge #D09E09

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 9 (3.91% from 255) = 2.4%

R = 55.47%
G = 42.13%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D09E09 (or 0xD09E09) is known color: Gamboge. HEX triplet: D0, 9E and 09. RGB value is (208,158,9). Sum of RGB (Red+Green+Blue) = 208+158+9=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09E09 is #2F61F6. Grayscale: #9C9C9C. Windows color (decimal): -3105271 or 630480. OLE color: 630480.

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

Color convert

RGB 208 158 9 -
CMYK 0 0.24 0.96 0.18
HSL 44.92º 0.92% 0.43% -
HSV(B) 44.92º 0.96% 0.82% -
XYZ 38.29 37.88 5.55 -
YUV 155.96 45.07 165.12 -
System Red Green Blue C M Y K H S L
Decimal 208 158 9 0 0.24 0.96 0.18 44.92 0.92 0.43
Hex D0 9E 9 0 18 60 12 2D 5C 2B
Octal 320 236 11 0 30 140 22 55 134 53
Binary 11010000 10011110 1001 0 11000 1100000 10010 101101 1011100 101011

Color Harmonies of #D09E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E09

Black with #D09E09

Text Example


Text Example

White with #D09E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E09; }

 p { color: rgb(208,158,9); }

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

background-color css

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

 a { background-color: rgb(208,158,9); }

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

border-color css

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

 span { border-color: rgb(208,158,9); }

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