Html Css Color HEX #DD854C Flamenco

📋 copy color: '#DD854C'

red 221 ◦ green 133 ◦ blue 76

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

Shades of Flamenco #DD854C

Tints of Flamenco #DD854C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 51.4%
G = 30.93%
B = 17.67%

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

#DD854C (or 0xDD854C) is known color: Flamenco. HEX triplet: DD, 85 and 4C. RGB value is (221,133,76). Sum of RGB (Red+Green+Blue) = 221+133+76=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD854C is #227AB3. Grayscale: #999999. Windows color (decimal): -2259636 or 5015005. OLE color: 5015005.

HSL color Cylindrical-coordinate representation of color #DD854C: hue angle of 23.59º 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 #DD854C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 76 -
CMYK 0 0.40 0.66 0.13
HSL 23.59º 0.68% 0.58% -
HSV(B) 23.59º 0.66% 0.87% -
XYZ 39.51 32.67 11.06 -
YUV 152.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 221 133 76 0 0.40 0.66 0.13 23.59 0.68 0.58
Hex DD 85 4C 0 28 42 D 18 44 3A
Octal 335 205 114 0 50 102 15 30 104 72
Binary 11011101 10000101 1001100 0 101000 1000010 1101 11000 1000100 111010

Color Harmonies of #DD854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD854C

Black with #DD854C

Text Example


Text Example

White with #DD854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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