Html Css Color HEX #DD854B Flamenco

📋 copy color: '#DD854B'

red 221 ◦ green 133 ◦ blue 75

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

Shades of Flamenco #DD854B

Tints of Flamenco #DD854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 51.52%
G = 31%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD854B (or 0xDD854B) is known color: Flamenco. HEX triplet: DD, 85 and 4B. RGB value is (221,133,75). Sum of RGB (Red+Green+Blue) = 221+133+75=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD854B is #227AB4. Grayscale: #999999. Windows color (decimal): -2259637 or 4949469. OLE color: 4949469.

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

Color convert

RGB 221 133 75 -
CMYK 0 0.40 0.66 0.13
HSL 23.84º 0.68% 0.58% -
HSV(B) 23.84º 0.66% 0.87% -
XYZ 39.48 32.66 10.88 -
YUV 152.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 221 133 75 0 0.40 0.66 0.13 23.84 0.68 0.58
Hex DD 85 4B 0 28 42 D 18 44 3A
Octal 335 205 113 0 50 102 15 30 104 72
Binary 11011101 10000101 1001011 0 101000 1000010 1101 11000 1000100 111010

Color Harmonies of #DD854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD854B

Black with #DD854B

Text Example


Text Example

White with #DD854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD854B; }

 p { color: rgb(221,133,75); }

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

background-color css

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

 a { background-color: rgb(221,133,75); }

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

border-color css

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

 span { border-color: rgb(221,133,75); }

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