Html Css Color HEX #DD8A45 Flamenco

📋 copy color: '#DD8A45'

red 221 ◦ green 138 ◦ blue 69

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

Shades of Flamenco #DD8A45

Tints of Flamenco #DD8A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 69 (27.34% from 255) = 16.12%

R = 51.64%
G = 32.24%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8A45 (or 0xDD8A45) is known color: Flamenco. HEX triplet: DD, 8A and 45. RGB value is (221,138,69). Sum of RGB (Red+Green+Blue) = 221+138+69=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A45 is #2275BA. Grayscale: #9B9B9B. Windows color (decimal): -2258363 or 4557533. OLE color: 4557533.

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

Color convert

RGB 221 138 69 -
CMYK 0 0.38 0.69 0.13
HSL 27.24º 0.69% 0.57% -
HSV(B) 27.24º 0.69% 0.87% -
XYZ 39.98 33.98 10.08 -
YUV 154.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 221 138 69 0 0.38 0.69 0.13 27.24 0.69 0.57
Hex DD 8A 45 0 26 45 D 1B 45 39
Octal 335 212 105 0 46 105 15 33 105 71
Binary 11011101 10001010 1000101 0 100110 1000101 1101 11011 1000101 111001

Color Harmonies of #DD8A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A45

Black with #DD8A45

Text Example


Text Example

White with #DD8A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A45; }

 p { color: rgb(221,138,69); }

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

background-color css

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

 a { background-color: rgb(221,138,69); }

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

border-color css

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

 span { border-color: rgb(221,138,69); }

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