Html Css Color HEX #DD8652 Flamenco

📋 copy color: '#DD8652'

red 221 ◦ green 134 ◦ blue 82

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

Shades of Flamenco #DD8652

Tints of Flamenco #DD8652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 50.57%
G = 30.66%
B = 18.76%

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

#DD8652 (or 0xDD8652) is known color: Flamenco. HEX triplet: DD, 86 and 52. RGB value is (221,134,82). Sum of RGB (Red+Green+Blue) = 221+134+82=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8652 is #2279AD. Grayscale: #9A9A9A. Windows color (decimal): -2259374 or 5408477. OLE color: 5408477.

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

Color convert

RGB 221 134 82 -
CMYK 0 0.39 0.63 0.13
HSL 22.45º 0.67% 0.59% -
HSV(B) 22.45º 0.63% 0.87% -
XYZ 39.87 33.03 12.26 -
YUV 154.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 221 134 82 0 0.39 0.63 0.13 22.45 0.67 0.59
Hex DD 86 52 0 27 3F D 16 43 3B
Octal 335 206 122 0 47 77 15 26 103 73
Binary 11011101 10000110 1010010 0 100111 111111 1101 10110 1000011 111011

Color Harmonies of #DD8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8652

Black with #DD8652

Text Example


Text Example

White with #DD8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8652; }

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

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

background-color css

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

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

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

border-color css

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

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

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