Html Css Color HEX #DD8B46 Flamenco

📋 copy color: '#DD8B46'

red 221 ◦ green 139 ◦ blue 70

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

Shades of Flamenco #DD8B46

Tints of Flamenco #DD8B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 70 (27.73% from 255) = 16.28%

R = 51.4%
G = 32.33%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD8B46 (or 0xDD8B46) is known color: Flamenco. HEX triplet: DD, 8B and 46. RGB value is (221,139,70). Sum of RGB (Red+Green+Blue) = 221+139+70=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B46 is #2274B9. Grayscale: #9C9C9C. Windows color (decimal): -2258106 or 4623325. OLE color: 4623325.

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

Color convert

RGB 221 139 70 -
CMYK 0 0.37 0.68 0.13
HSL 27.42º 0.69% 0.57% -
HSV(B) 27.42º 0.68% 0.87% -
XYZ 40.16 34.28 10.29 -
YUV 155.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 221 139 70 0 0.37 0.68 0.13 27.42 0.69 0.57
Hex DD 8B 46 0 25 44 D 1B 45 39
Octal 335 213 106 0 45 104 15 33 105 71
Binary 11011101 10001011 1000110 0 100101 1000100 1101 11011 1000101 111001

Color Harmonies of #DD8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B46

Black with #DD8B46

Text Example


Text Example

White with #DD8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B46; }

 p { color: rgb(221,139,70); }

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

background-color css

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

 a { background-color: rgb(221,139,70); }

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

border-color css

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

 span { border-color: rgb(221,139,70); }

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