Html Css Color HEX #D09713 Gamboge

📋 copy color: '#D09713'

red 208 ◦ green 151 ◦ blue 19

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

Shades of Gamboge #D09713

Tints of Gamboge #D09713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

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

R = 55.03%
G = 39.95%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D09713 (or 0xD09713) is known color: Gamboge. HEX triplet: D0, 97 and 13. RGB value is (208,151,19). Sum of RGB (Red+Green+Blue) = 208+151+19=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D09713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09713 is #2F68EC. Grayscale: #999999. Windows color (decimal): -3107053 or 1284048. OLE color: 1284048.

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

Color convert

RGB 208 151 19 -
CMYK 0 0.27 0.91 0.18
HSL 41.9º 0.83% 0.45% -
HSV(B) 41.9º 0.91% 0.82% -
XYZ 37.2 35.59 5.53 -
YUV 153 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 208 151 19 0 0.27 0.91 0.18 41.9 0.83 0.45
Hex D0 97 13 0 1B 5B 12 2A 53 2D
Octal 320 227 23 0 33 133 22 52 123 55
Binary 11010000 10010111 10011 0 11011 1011011 10010 101010 1010011 101101

Color Harmonies of #D09713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09713

Black with #D09713

Text Example


Text Example

White with #D09713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09713; }

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

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

background-color css

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

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

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

border-color css

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

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

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