Html Css Color HEX #DD8C4D Flamenco

📋 copy color: '#DD8C4D'

red 221 ◦ green 140 ◦ blue 77

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

Shades of Flamenco #DD8C4D

Tints of Flamenco #DD8C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 77 (30.47% from 255) = 17.58%

R = 50.46%
G = 31.96%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD8C4D (or 0xDD8C4D) is known color: Flamenco. HEX triplet: DD, 8C and 4D. RGB value is (221,140,77). Sum of RGB (Red+Green+Blue) = 221+140+77=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C4D is #2273B2. Grayscale: #9D9D9D. Windows color (decimal): -2257843 or 5082333. OLE color: 5082333.

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

Color convert

RGB 221 140 77 -
CMYK 0 0.37 0.65 0.13
HSL 26.25º 0.68% 0.58% -
HSV(B) 26.25º 0.65% 0.87% -
XYZ 40.54 34.66 11.58 -
YUV 157.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 221 140 77 0 0.37 0.65 0.13 26.25 0.68 0.58
Hex DD 8C 4D 0 25 41 D 1A 44 3A
Octal 335 214 115 0 45 101 15 32 104 72
Binary 11011101 10001100 1001101 0 100101 1000001 1101 11010 1000100 111010

Color Harmonies of #DD8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C4D

Black with #DD8C4D

Text Example


Text Example

White with #DD8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C4D; }

 p { color: rgb(221,140,77); }

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

background-color css

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

 a { background-color: rgb(221,140,77); }

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

border-color css

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

 span { border-color: rgb(221,140,77); }

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