Html Css Color HEX #DF674B Flamingo

📋 copy color: '#DF674B'

red 223 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #DF674B

Tints of Flamingo #DF674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 55.61%
G = 25.69%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF674B (or 0xDF674B) is known color: Flamingo. HEX triplet: DF, 67 and 4B. RGB value is (223,103,75). Sum of RGB (Red+Green+Blue) = 223+103+75=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF674B is #2098B4. Grayscale: #878787. Windows color (decimal): -2136245 or 4941791. OLE color: 4941791.

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

Color convert

RGB 223 103 75 -
CMYK 0 0.54 0.66 0.13
HSL 11.35º 0.7% 0.58% -
HSV(B) 11.35º 0.66% 0.87% -
XYZ 36.55 25.9 9.73 -
YUV 135.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 223 103 75 0 0.54 0.66 0.13 11.35 0.7 0.58
Hex DF 67 4B 0 36 42 D B 46 3A
Octal 337 147 113 0 66 102 15 13 106 72
Binary 11011111 1100111 1001011 0 110110 1000010 1101 1011 1000110 111010

Color Harmonies of #DF674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF674B

Black with #DF674B

Text Example


Text Example

White with #DF674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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