Html Css Color HEX #D1564D Valencia

📋 copy color: '#D1564D'

red 209 ◦ green 86 ◦ blue 77

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

Shades of Valencia #D1564D

Tints of Valencia #D1564D

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 56.18%
G = 23.12%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1564D (or 0xD1564D) is known color: Valencia. HEX triplet: D1, 56 and 4D. RGB value is (209,86,77). Sum of RGB (Red+Green+Blue) = 209+86+77=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1564D is #2EA9B2. Grayscale: #797979. Windows color (decimal): -3058099 or 5068497. OLE color: 5068497.

HSL color Cylindrical-coordinate representation of color #D1564D: hue angle of 4.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1564D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 86 77 -
CMYK 0 0.59 0.63 0.18
HSL 4.09º 0.59% 0.56% -
HSV(B) 4.09º 0.63% 0.82% -
XYZ 30.96 20.75 9.39 -
YUV 121.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 209 86 77 0 0.59 0.63 0.18 4.09 0.59 0.56
Hex D1 56 4D 0 3B 3F 12 4 3B 38
Octal 321 126 115 0 73 77 22 4 73 70
Binary 11010001 1010110 1001101 0 111011 111111 10010 100 111011 111000

Color Harmonies of #D1564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1564D

Black with #D1564D

Text Example


Text Example

White with #D1564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1564D; }

 p { color: rgb(209,86,77); }

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

background-color css

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

 a { background-color: rgb(209,86,77); }

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

border-color css

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

 span { border-color: rgb(209,86,77); }

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