Html Css Color HEX #DC694D Flamingo

📋 copy color: '#DC694D'

red 220 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #DC694D

Tints of Flamingo #DC694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.15%

R = 54.73%
G = 26.12%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC694D (or 0xDC694D) is known color: Flamingo. HEX triplet: DC, 69 and 4D. RGB value is (220,105,77). Sum of RGB (Red+Green+Blue) = 220+105+77=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC694D is #2396B2. Grayscale: #888888. Windows color (decimal): -2332339 or 5073372. OLE color: 5073372.

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

Color convert

RGB 220 105 77 -
CMYK 0 0.52 0.65 0.14
HSL 11.75º 0.67% 0.58% -
HSV(B) 11.75º 0.65% 0.86% -
XYZ 35.91 25.85 10.12 -
YUV 136.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 220 105 77 0 0.52 0.65 0.14 11.75 0.67 0.58
Hex DC 69 4D 0 34 41 E C 43 3A
Octal 334 151 115 0 64 101 16 14 103 72
Binary 11011100 1101001 1001101 0 110100 1000001 1110 1100 1000011 111010

Color Harmonies of #DC694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC694D

Black with #DC694D

Text Example


Text Example

White with #DC694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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