Html Css Color HEX #D38809 Gamboge

📋 copy color: '#D38809'

red 211 ◦ green 136 ◦ blue 9

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

Shades of Gamboge #D38809

Tints of Gamboge #D38809

RGB

 RED value IS 211 (82.81% from 255) = 59.27%

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 9 (3.91% from 255) = 2.53%

R = 59.27%
G = 38.2%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D38809 (or 0xD38809) is known color: Gamboge. HEX triplet: D3, 88 and 09. RGB value is (211,136,9). Sum of RGB (Red+Green+Blue) = 211+136+9=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D38809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38809 is #2C77F6. Grayscale: #909090. Windows color (decimal): -2914295 or 624851. OLE color: 624851.

HSL color Cylindrical-coordinate representation of color #D38809: hue angle of 37.72º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D38809 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 136 9 -
CMYK 0 0.36 0.96 0.17
HSL 37.72º 0.92% 0.43% -
HSV(B) 37.72º 0.96% 0.83% -
XYZ 35.72 31.48 4.45 -
YUV 143.95 51.85 175.83 -
System Red Green Blue C M Y K H S L
Decimal 211 136 9 0 0.36 0.96 0.17 37.72 0.92 0.43
Hex D3 88 9 0 24 60 11 26 5C 2B
Octal 323 210 11 0 44 140 21 46 134 53
Binary 11010011 10001000 1001 0 100100 1100000 10001 100110 1011100 101011

Color Harmonies of #D38809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38809

Black with #D38809

Text Example


Text Example

White with #D38809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38809; }

 p { color: rgb(211,136,9); }

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

background-color css

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

 a { background-color: rgb(211,136,9); }

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

border-color css

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

 span { border-color: rgb(211,136,9); }

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