Html Css Color HEX #DD880F Gamboge

📋 copy color: '#DD880F'

red 221 ◦ green 136 ◦ blue 15

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

Shades of Gamboge #DD880F

Tints of Gamboge #DD880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.03%

R = 59.41%
G = 36.56%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD880F (or 0xDD880F) is known color: Gamboge. HEX triplet: DD, 88 and 0F. RGB value is (221,136,15). Sum of RGB (Red+Green+Blue) = 221+136+15=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD880F is #2277F0. Grayscale: #949494. Windows color (decimal): -2258929 or 1018077. OLE color: 1018077.

HSL color Cylindrical-coordinate representation of color #DD880F: hue angle of 35.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD880F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 15 -
CMYK 0 0.38 0.93 0.13
HSL 35.24º 0.87% 0.46% -
HSV(B) 35.24º 0.93% 0.87% -
XYZ 38.71 33.01 4.78 -
YUV 147.62 53.16 180.34 -
System Red Green Blue C M Y K H S L
Decimal 221 136 15 0 0.38 0.93 0.13 35.24 0.87 0.46
Hex DD 88 F 0 26 5D D 23 57 2E
Octal 335 210 17 0 46 135 15 43 127 56
Binary 11011101 10001000 1111 0 100110 1011101 1101 100011 1010111 101110

Color Harmonies of #DD880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD880F

Black with #DD880F

Text Example


Text Example

White with #DD880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD880F; }

 p { color: rgb(221,136,15); }

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

background-color css

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

 a { background-color: rgb(221,136,15); }

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

border-color css

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

 span { border-color: rgb(221,136,15); }

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