Html Css Color HEX #D09503 Gamboge

📋 copy color: '#D09503'

red 208 ◦ green 149 ◦ blue 3

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

Shades of Gamboge #D09503

Tints of Gamboge #D09503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 57.78%
G = 41.39%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D09503 (or 0xD09503) is known color: Gamboge. HEX triplet: D0, 95 and 03. RGB value is (208,149,3). Sum of RGB (Red+Green+Blue) = 208+149+3=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D09503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09503 is #2F6AFC. Grayscale: #969696. Windows color (decimal): -3107581 or 234960. OLE color: 234960.

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

Color convert

RGB 208 149 3 -
CMYK 0 0.28 0.99 0.18
HSL 42.73º 0.97% 0.41% -
HSV(B) 42.73º 0.99% 0.82% -
XYZ 36.78 34.91 4.89 -
YUV 150 45.05 169.37 -
System Red Green Blue C M Y K H S L
Decimal 208 149 3 0 0.28 0.99 0.18 42.73 0.97 0.41
Hex D0 95 3 0 1C 63 12 2B 61 29
Octal 320 225 3 0 34 143 22 53 141 51
Binary 11010000 10010101 11 0 11100 1100011 10010 101011 1100001 101001

Color Harmonies of #D09503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09503

Black with #D09503

Text Example


Text Example

White with #D09503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09503; }

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

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

background-color css

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

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

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

border-color css

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

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

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