Html Css Color HEX #D0564D Valencia

📋 copy color: '#D0564D'

red 208 ◦ green 86 ◦ blue 77

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

Shades of Valencia #D0564D

Tints of Valencia #D0564D

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

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

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

R = 56.06%
G = 23.18%
B = 20.75%

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

#D0564D (or 0xD0564D) is known color: Valencia. HEX triplet: D0, 56 and 4D. RGB value is (208,86,77). Sum of RGB (Red+Green+Blue) = 208+86+77=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0564D is #2FA9B2. Grayscale: #797979. Windows color (decimal): -3123635 or 5068496. OLE color: 5068496.

HSL color Cylindrical-coordinate representation of color #D0564D: hue angle of 4.12º degrees, saturation: 0.58, 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 #D0564D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 77 -
CMYK 0 0.59 0.63 0.18
HSL 4.12º 0.58% 0.56% -
HSV(B) 4.12º 0.63% 0.82% -
XYZ 30.68 20.6 9.38 -
YUV 121.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 208 86 77 0 0.59 0.63 0.18 4.12 0.58 0.56
Hex D0 56 4D 0 3B 3F 12 4 3A 38
Octal 320 126 115 0 73 77 22 4 72 70
Binary 11010000 1010110 1001101 0 111011 111111 10010 100 111010 111000

Color Harmonies of #D0564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0564D

Black with #D0564D

Text Example


Text Example

White with #D0564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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