Html Css Color HEX #DC694F Flamingo

📋 copy color: '#DC694F'

red 220 ◦ green 105 ◦ blue 79

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

Shades of Flamingo #DC694F

Tints of Flamingo #DC694F

RGB

 RED value IS 220 (86.33% from 255) = 54.46%

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 54.46%
G = 25.99%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC694F (or 0xDC694F) is known color: Flamingo. HEX triplet: DC, 69 and 4F. RGB value is (220,105,79). Sum of RGB (Red+Green+Blue) = 220+105+79=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC694F is #2396B0. Grayscale: #888888. Windows color (decimal): -2332337 or 5204444. OLE color: 5204444.

HSL color Cylindrical-coordinate representation of color #DC694F: hue angle of 11.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC694F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 79 -
CMYK 0 0.52 0.64 0.14
HSL 11.06º 0.67% 0.59% -
HSV(B) 11.06º 0.64% 0.86% -
XYZ 35.98 25.88 10.5 -
YUV 136.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 220 105 79 0 0.52 0.64 0.14 11.06 0.67 0.59
Hex DC 69 4F 0 34 40 E B 43 3B
Octal 334 151 117 0 64 100 16 13 103 73
Binary 11011100 1101001 1001111 0 110100 1000000 1110 1011 1000011 111011

Color Harmonies of #DC694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC694F

Black with #DC694F

Text Example


Text Example

White with #DC694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC694F; }

 p { color: rgb(220,105,79); }

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

background-color css

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

 a { background-color: rgb(220,105,79); }

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

border-color css

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

 span { border-color: rgb(220,105,79); }

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