Html Css Color HEX #D09500 Gamboge

📋 copy color: '#D09500'

red 208 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #D09500

Tints of Gamboge #D09500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 58.26%
G = 41.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D09500 (or 0xD09500) is known color: Gamboge. HEX triplet: D0, 95 and 00. RGB value is (208,149,0). Sum of RGB (Red+Green+Blue) = 208+149+0=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D09500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09500 is #2F6AFF. Grayscale: #969696. Windows color (decimal): -3107584 or 38352. OLE color: 38352.

HSL color Cylindrical-coordinate representation of color #D09500: hue angle of 42.98º 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 #D09500 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 0 -
CMYK 0 0.28 1 0.18
HSL 42.98º 1% 0.41% -
HSV(B) 42.98º 1% 0.82% -
XYZ 36.76 34.9 4.8 -
YUV 149.66 43.55 169.62 -
System Red Green Blue C M Y K H S L
Decimal 208 149 0 0 0.28 1 0.18 42.98 1 0.41
Hex D0 95 0 0 1C 64 12 2B 64 29
Octal 320 225 0 0 34 144 22 53 144 51
Binary 11010000 10010101 0 0 11100 1100100 10010 101011 1100100 101001

Color Harmonies of #D09500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09500

Black with #D09500

Text Example


Text Example

White with #D09500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09500; }

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

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

background-color css

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

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

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

border-color css

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

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

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