Html Css Color HEX #D09513 Gamboge

📋 copy color: '#D09513'

red 208 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #D09513

Tints of Gamboge #D09513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 55.32%
G = 39.63%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D09513 (or 0xD09513) is known color: Gamboge. HEX triplet: D0, 95 and 13. RGB value is (208,149,19). Sum of RGB (Red+Green+Blue) = 208+149+19=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D09513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09513 is #2F6AEC. Grayscale: #989898. Windows color (decimal): -3107565 or 1283536. OLE color: 1283536.

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

Color convert

RGB 208 149 19 -
CMYK 0 0.28 0.91 0.18
HSL 41.27º 0.83% 0.45% -
HSV(B) 41.27º 0.91% 0.82% -
XYZ 36.88 34.95 5.42 -
YUV 151.82 53.05 168.07 -
System Red Green Blue C M Y K H S L
Decimal 208 149 19 0 0.28 0.91 0.18 41.27 0.83 0.45
Hex D0 95 13 0 1C 5B 12 29 53 2D
Octal 320 225 23 0 34 133 22 51 123 55
Binary 11010000 10010101 10011 0 11100 1011011 10010 101001 1010011 101101

Color Harmonies of #D09513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09513

Black with #D09513

Text Example


Text Example

White with #D09513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09513; }

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

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

background-color css

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

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

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

border-color css

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

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

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