Html Css Color HEX #DF884B Flamenco

📋 copy color: '#DF884B'

red 223 ◦ green 136 ◦ blue 75

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

Shades of Flamenco #DF884B

Tints of Flamenco #DF884B

RGB

 RED value IS 223 (87.5% from 255) = 51.38%

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 51.38%
G = 31.34%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF884B (or 0xDF884B) is known color: Flamenco. HEX triplet: DF, 88 and 4B. RGB value is (223,136,75). Sum of RGB (Red+Green+Blue) = 223+136+75=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF884B is #2077B4. Grayscale: #9B9B9B. Windows color (decimal): -2127797 or 4950239. OLE color: 4950239.

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

Color convert

RGB 223 136 75 -
CMYK 0 0.39 0.66 0.13
HSL 24.73º 0.7% 0.58% -
HSV(B) 24.73º 0.66% 0.87% -
XYZ 40.51 33.8 11.05 -
YUV 155.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 223 136 75 0 0.39 0.66 0.13 24.73 0.7 0.58
Hex DF 88 4B 0 27 42 D 19 46 3A
Octal 337 210 113 0 47 102 15 31 106 72
Binary 11011111 10001000 1001011 0 100111 1000010 1101 11001 1000110 111010

Color Harmonies of #DF884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF884B

Black with #DF884B

Text Example


Text Example

White with #DF884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF884B; }

 p { color: rgb(223,136,75); }

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

background-color css

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

 a { background-color: rgb(223,136,75); }

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

border-color css

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

 span { border-color: rgb(223,136,75); }

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