Html Css Color HEX #DD864A Flamenco

📋 copy color: '#DD864A'

red 221 ◦ green 134 ◦ blue 74

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

Shades of Flamenco #DD864A

Tints of Flamenco #DD864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 51.52%
G = 31.24%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD864A (or 0xDD864A) is known color: Flamenco. HEX triplet: DD, 86 and 4A. RGB value is (221,134,74). Sum of RGB (Red+Green+Blue) = 221+134+74=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD864A is #2279B5. Grayscale: #999999. Windows color (decimal): -2259382 or 4884189. OLE color: 4884189.

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

Color convert

RGB 221 134 74 -
CMYK 0 0.39 0.67 0.13
HSL 24.49º 0.68% 0.58% -
HSV(B) 24.49º 0.67% 0.87% -
XYZ 39.58 32.92 10.75 -
YUV 153.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 221 134 74 0 0.39 0.67 0.13 24.49 0.68 0.58
Hex DD 86 4A 0 27 43 D 18 44 3A
Octal 335 206 112 0 47 103 15 30 104 72
Binary 11011101 10000110 1001010 0 100111 1000011 1101 11000 1000100 111010

Color Harmonies of #DD864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD864A

Black with #DD864A

Text Example


Text Example

White with #DD864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD864A; }

 p { color: rgb(221,134,74); }

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

background-color css

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

 a { background-color: rgb(221,134,74); }

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

border-color css

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

 span { border-color: rgb(221,134,74); }

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