Html Css Color HEX #DD9711 Gamboge

📋 copy color: '#DD9711'

red 221 ◦ green 151 ◦ blue 17

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

Shades of Gamboge #DD9711

Tints of Gamboge #DD9711

RGB

 RED value IS 221 (86.72% from 255) = 56.81%

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

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 56.81%
G = 38.82%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD9711 (or 0xDD9711) is known color: Gamboge. HEX triplet: DD, 97 and 11. RGB value is (221,151,17). Sum of RGB (Red+Green+Blue) = 221+151+17=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9711 is #2268EE. Grayscale: #9D9D9D. Windows color (decimal): -2255087 or 1152989. OLE color: 1152989.

HSL color Cylindrical-coordinate representation of color #DD9711: hue angle of 39.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD9711 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 17 -
CMYK 0 0.32 0.92 0.13
HSL 39.41º 0.86% 0.47% -
HSV(B) 39.41º 0.92% 0.87% -
XYZ 40.99 37.55 5.62 -
YUV 156.65 49.19 173.9 -
System Red Green Blue C M Y K H S L
Decimal 221 151 17 0 0.32 0.92 0.13 39.41 0.86 0.47
Hex DD 97 11 0 20 5C D 27 56 2F
Octal 335 227 21 0 40 134 15 47 126 57
Binary 11011101 10010111 10001 0 100000 1011100 1101 100111 1010110 101111

Color Harmonies of #DD9711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9711

Black with #DD9711

Text Example


Text Example

White with #DD9711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9711; }

 p { color: rgb(221,151,17); }

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

background-color css

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

 a { background-color: rgb(221,151,17); }

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

border-color css

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

 span { border-color: rgb(221,151,17); }

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