Html Css Color HEX #DD8713 Gamboge

📋 copy color: '#DD8713'

red 221 ◦ green 135 ◦ blue 19

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

Shades of Gamboge #DD8713

Tints of Gamboge #DD8713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 58.93%
G = 36%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8713 (or 0xDD8713) is known color: Gamboge. HEX triplet: DD, 87 and 13. RGB value is (221,135,19). Sum of RGB (Red+Green+Blue) = 221+135+19=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8713 is #2278EC. Grayscale: #949494. Windows color (decimal): -2259181 or 1279965. OLE color: 1279965.

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

Color convert

RGB 221 135 19 -
CMYK 0 0.39 0.91 0.13
HSL 34.46º 0.84% 0.47% -
HSV(B) 34.46º 0.91% 0.87% -
XYZ 38.6 32.75 4.9 -
YUV 147.49 55.49 180.43 -
System Red Green Blue C M Y K H S L
Decimal 221 135 19 0 0.39 0.91 0.13 34.46 0.84 0.47
Hex DD 87 13 0 27 5B D 22 54 2F
Octal 335 207 23 0 47 133 15 42 124 57
Binary 11011101 10000111 10011 0 100111 1011011 1101 100010 1010100 101111

Color Harmonies of #DD8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8713

Black with #DD8713

Text Example


Text Example

White with #DD8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8713; }

 p { color: rgb(221,135,19); }

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

background-color css

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

 a { background-color: rgb(221,135,19); }

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

border-color css

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

 span { border-color: rgb(221,135,19); }

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