Html Css Color HEX #DF664B Flamingo

📋 copy color: '#DF664B'

red 223 ◦ green 102 ◦ blue 75

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

Shades of Flamingo #DF664B

Tints of Flamingo #DF664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 55.75%
G = 25.5%
B = 18.75%

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

#DF664B (or 0xDF664B) is known color: Flamingo. HEX triplet: DF, 66 and 4B. RGB value is (223,102,75). Sum of RGB (Red+Green+Blue) = 223+102+75=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF664B is #2099B4. Grayscale: #878787. Windows color (decimal): -2136501 or 4941535. OLE color: 4941535.

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

Color convert

RGB 223 102 75 -
CMYK 0 0.54 0.66 0.13
HSL 10.95º 0.7% 0.58% -
HSV(B) 10.95º 0.66% 0.87% -
XYZ 36.45 25.7 9.7 -
YUV 135.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 223 102 75 0 0.54 0.66 0.13 10.95 0.7 0.58
Hex DF 66 4B 0 36 42 D B 46 3A
Octal 337 146 113 0 66 102 15 13 106 72
Binary 11011111 1100110 1001011 0 110110 1000010 1101 1011 1000110 111010

Color Harmonies of #DF664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF664B

Black with #DF664B

Text Example


Text Example

White with #DF664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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