Html Css Color HEX #DD874C Flamenco

📋 copy color: '#DD874C'

red 221 ◦ green 135 ◦ blue 76

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

Shades of Flamenco #DD874C

Tints of Flamenco #DD874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.59%

R = 51.16%
G = 31.25%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD874C (or 0xDD874C) is known color: Flamenco. HEX triplet: DD, 87 and 4C. RGB value is (221,135,76). Sum of RGB (Red+Green+Blue) = 221+135+76=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD874C is #2278B3. Grayscale: #9A9A9A. Windows color (decimal): -2259124 or 5015517. OLE color: 5015517.

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

Color convert

RGB 221 135 76 -
CMYK 0 0.39 0.66 0.13
HSL 24.41º 0.68% 0.58% -
HSV(B) 24.41º 0.66% 0.87% -
XYZ 39.79 33.22 11.15 -
YUV 153.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 221 135 76 0 0.39 0.66 0.13 24.41 0.68 0.58
Hex DD 87 4C 0 27 42 D 18 44 3A
Octal 335 207 114 0 47 102 15 30 104 72
Binary 11011101 10000111 1001100 0 100111 1000010 1101 11000 1000100 111010

Color Harmonies of #DD874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD874C

Black with #DD874C

Text Example


Text Example

White with #DD874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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