Html Css Color HEX #D09A00 Gamboge

📋 copy color: '#D09A00'

red 208 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #D09A00

Tints of Gamboge #D09A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.46%
G = 42.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D09A00 (or 0xD09A00) is known color: Gamboge. HEX triplet: D0, 9A and 00. RGB value is (208,154,0). Sum of RGB (Red+Green+Blue) = 208+154+0=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A00 is #2F65FF. Grayscale: #999999. Windows color (decimal): -3106304 or 39632. OLE color: 39632.

HSL color Cylindrical-coordinate representation of color #D09A00: hue angle of 44.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D09A00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 0 -
CMYK 0 0.26 1 0.18
HSL 44.42º 1% 0.41% -
HSV(B) 44.42º 1% 0.82% -
XYZ 37.57 36.52 5.07 -
YUV 152.59 41.89 167.52 -
System Red Green Blue C M Y K H S L
Decimal 208 154 0 0 0.26 1 0.18 44.42 1 0.41
Hex D0 9A 0 0 1A 64 12 2C 64 29
Octal 320 232 0 0 32 144 22 54 144 51
Binary 11010000 10011010 0 0 11010 1100100 10010 101100 1100100 101001

Color Harmonies of #D09A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A00

Black with #D09A00

Text Example


Text Example

White with #D09A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A00; }

 p { color: rgb(208,154,0); }

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

background-color css

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

 a { background-color: rgb(208,154,0); }

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

border-color css

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

 span { border-color: rgb(208,154,0); }

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