Html Css Color HEX #DD8750 Flamenco

📋 copy color: '#DD8750'

red 221 ◦ green 135 ◦ blue 80

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

Shades of Flamenco #DD8750

Tints of Flamenco #DD8750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 50.69%
G = 30.96%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8750 (or 0xDD8750) is known color: Flamenco. HEX triplet: DD, 87 and 50. RGB value is (221,135,80). Sum of RGB (Red+Green+Blue) = 221+135+80=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8750 is #2278AF. Grayscale: #9A9A9A. Windows color (decimal): -2259120 or 5277661. OLE color: 5277661.

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

Color convert

RGB 221 135 80 -
CMYK 0 0.39 0.64 0.13
HSL 23.4º 0.67% 0.59% -
HSV(B) 23.4º 0.64% 0.87% -
XYZ 39.93 33.28 11.91 -
YUV 154.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 221 135 80 0 0.39 0.64 0.13 23.4 0.67 0.59
Hex DD 87 50 0 27 40 D 17 43 3B
Octal 335 207 120 0 47 100 15 27 103 73
Binary 11011101 10000111 1010000 0 100111 1000000 1101 10111 1000011 111011

Color Harmonies of #DD8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8750

Black with #DD8750

Text Example


Text Example

White with #DD8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8750; }

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

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

background-color css

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

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

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

border-color css

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

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

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