Html Css Color HEX #DF894B Flamenco

📋 copy color: '#DF894B'

red 223 ◦ green 137 ◦ blue 75

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

Shades of Flamenco #DF894B

Tints of Flamenco #DF894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 51.26%
G = 31.49%
B = 17.24%

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

#DF894B (or 0xDF894B) is known color: Flamenco. HEX triplet: DF, 89 and 4B. RGB value is (223,137,75). Sum of RGB (Red+Green+Blue) = 223+137+75=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF894B is #2076B4. Grayscale: #9B9B9B. Windows color (decimal): -2127541 or 4950495. OLE color: 4950495.

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

Color convert

RGB 223 137 75 -
CMYK 0 0.39 0.66 0.13
HSL 25.14º 0.7% 0.58% -
HSV(B) 25.14º 0.66% 0.87% -
XYZ 40.65 34.09 11.09 -
YUV 155.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 223 137 75 0 0.39 0.66 0.13 25.14 0.7 0.58
Hex DF 89 4B 0 27 42 D 19 46 3A
Octal 337 211 113 0 47 102 15 31 106 72
Binary 11011111 10001001 1001011 0 100111 1000010 1101 11001 1000110 111010

Color Harmonies of #DF894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF894B

Black with #DF894B

Text Example


Text Example

White with #DF894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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