Html Css Color HEX #D09813 Gamboge

📋 copy color: '#D09813'

red 208 ◦ green 152 ◦ blue 19

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

Shades of Gamboge #D09813

Tints of Gamboge #D09813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

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

R = 54.88%
G = 40.11%
B = 5.01%

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

#D09813 (or 0xD09813) is known color: Gamboge. HEX triplet: D0, 98 and 13. RGB value is (208,152,19). Sum of RGB (Red+Green+Blue) = 208+152+19=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D09813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09813 is #2F67EC. Grayscale: #9A9A9A. Windows color (decimal): -3106797 or 1284304. OLE color: 1284304.

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

Color convert

RGB 208 152 19 -
CMYK 0 0.27 0.91 0.18
HSL 42.22º 0.83% 0.45% -
HSV(B) 42.22º 0.91% 0.82% -
XYZ 37.36 35.91 5.58 -
YUV 153.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 208 152 19 0 0.27 0.91 0.18 42.22 0.83 0.45
Hex D0 98 13 0 1B 5B 12 2A 53 2D
Octal 320 230 23 0 33 133 22 52 123 55
Binary 11010000 10011000 10011 0 11011 1011011 10010 101010 1010011 101101

Color Harmonies of #D09813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09813

Black with #D09813

Text Example


Text Example

White with #D09813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09813; }

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

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

background-color css

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

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

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

border-color css

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

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

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