Html Css Color HEX #D5694F Flamingo

📋 copy color: '#D5694F'

red 213 ◦ green 105 ◦ blue 79

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

Shades of Flamingo #D5694F

Tints of Flamingo #D5694F

RGB

 RED value IS 213 (83.59% from 255) = 53.65%

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

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

R = 53.65%
G = 26.45%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5694F (or 0xD5694F) is known color: Flamingo. HEX triplet: D5, 69 and 4F. RGB value is (213,105,79). Sum of RGB (Red+Green+Blue) = 213+105+79=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5694F is #2A96B0. Grayscale: #868686. Windows color (decimal): -2791089 or 5204437. OLE color: 5204437.

HSL color Cylindrical-coordinate representation of color #D5694F: hue angle of 11.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5694F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 79 -
CMYK 0 0.51 0.63 0.16
HSL 11.64º 0.61% 0.57% -
HSV(B) 11.64º 0.63% 0.84% -
XYZ 33.9 24.81 10.4 -
YUV 134.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 213 105 79 0 0.51 0.63 0.16 11.64 0.61 0.57
Hex D5 69 4F 0 33 3F 10 C 3D 39
Octal 325 151 117 0 63 77 20 14 75 71
Binary 11010101 1101001 1001111 0 110011 111111 10000 1100 111101 111001

Color Harmonies of #D5694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5694F

Black with #D5694F

Text Example


Text Example

White with #D5694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5694F; }

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

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

background-color css

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

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

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

border-color css

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

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

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