Html Css Color HEX #DD874A Flamenco

📋 copy color: '#DD874A'

red 221 ◦ green 135 ◦ blue 74

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

Shades of Flamenco #DD874A

Tints of Flamenco #DD874A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 51.4%
G = 31.4%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD874A (or 0xDD874A) is known color: Flamenco. HEX triplet: DD, 87 and 4A. RGB value is (221,135,74). Sum of RGB (Red+Green+Blue) = 221+135+74=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD874A is #2278B5. Grayscale: #9A9A9A. Windows color (decimal): -2259126 or 4884445. OLE color: 4884445.

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

Color convert

RGB 221 135 74 -
CMYK 0 0.39 0.67 0.13
HSL 24.9º 0.68% 0.58% -
HSV(B) 24.9º 0.67% 0.87% -
XYZ 39.72 33.19 10.79 -
YUV 153.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 221 135 74 0 0.39 0.67 0.13 24.9 0.68 0.58
Hex DD 87 4A 0 27 43 D 19 44 3A
Octal 335 207 112 0 47 103 15 31 104 72
Binary 11011101 10000111 1001010 0 100111 1000011 1101 11001 1000100 111010

Color Harmonies of #DD874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD874A

Black with #DD874A

Text Example


Text Example

White with #DD874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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