Html Css Color HEX #DD8751 Flamenco

📋 copy color: '#DD8751'

red 221 ◦ green 135 ◦ blue 81

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

Shades of Flamenco #DD8751

Tints of Flamenco #DD8751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.54%

R = 50.57%
G = 30.89%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8751 (or 0xDD8751) is known color: Flamenco. HEX triplet: DD, 87 and 51. RGB value is (221,135,81). Sum of RGB (Red+Green+Blue) = 221+135+81=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8751 is #2278AE. Grayscale: #9A9A9A. Windows color (decimal): -2259119 or 5343197. OLE color: 5343197.

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

Color convert

RGB 221 135 81 -
CMYK 0 0.39 0.63 0.13
HSL 23.14º 0.67% 0.59% -
HSV(B) 23.14º 0.63% 0.87% -
XYZ 39.97 33.29 12.1 -
YUV 154.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 221 135 81 0 0.39 0.63 0.13 23.14 0.67 0.59
Hex DD 87 51 0 27 3F D 17 43 3B
Octal 335 207 121 0 47 77 15 27 103 73
Binary 11011101 10000111 1010001 0 100111 111111 1101 10111 1000011 111011

Color Harmonies of #DD8751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8751

Black with #DD8751

Text Example


Text Example

White with #DD8751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8751; }

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

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

background-color css

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

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

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

border-color css

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

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

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