Html Css Color HEX #DD870F Gamboge

📋 copy color: '#DD870F'

red 221 ◦ green 135 ◦ blue 15

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

Shades of Gamboge #DD870F

Tints of Gamboge #DD870F

RGB

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

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

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

R = 59.57%
G = 36.39%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD870F (or 0xDD870F) is known color: Gamboge. HEX triplet: DD, 87 and 0F. RGB value is (221,135,15). Sum of RGB (Red+Green+Blue) = 221+135+15=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD870F is #2278F0. Grayscale: #939393. Windows color (decimal): -2259185 or 1017821. OLE color: 1017821.

HSL color Cylindrical-coordinate representation of color #DD870F: hue angle of 34.95º 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 #DD870F is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 15 -
CMYK 0 0.39 0.93 0.13
HSL 34.95º 0.87% 0.46% -
HSV(B) 34.95º 0.93% 0.87% -
XYZ 38.57 32.73 4.74 -
YUV 147.03 53.49 180.76 -
System Red Green Blue C M Y K H S L
Decimal 221 135 15 0 0.39 0.93 0.13 34.95 0.87 0.46
Hex DD 87 F 0 27 5D D 23 57 2E
Octal 335 207 17 0 47 135 15 43 127 56
Binary 11011101 10000111 1111 0 100111 1011101 1101 100011 1010111 101110

Color Harmonies of #DD870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD870F

Black with #DD870F

Text Example


Text Example

White with #DD870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD870F; }

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

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

background-color css

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

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

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

border-color css

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

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

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