Html Css Color HEX #D6564A Valencia

📋 copy color: '#D6564A'

red 214 ◦ green 86 ◦ blue 74

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

Shades of Valencia #D6564A

Tints of Valencia #D6564A

RGB

 RED value IS 214 (83.98% from 255) = 57.22%

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 57.22%
G = 22.99%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6564A (or 0xD6564A) is known color: Valencia. HEX triplet: D6, 56 and 4A. RGB value is (214,86,74). Sum of RGB (Red+Green+Blue) = 214+86+74=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6564A is #29A9B5. Grayscale: #7B7B7B. Windows color (decimal): -2730422 or 4871894. OLE color: 4871894.

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

Color convert

RGB 214 86 74 -
CMYK 0 0.60 0.65 0.16
HSL 5.14º 0.63% 0.56% -
HSV(B) 5.14º 0.65% 0.84% -
XYZ 32.3 21.45 8.92 -
YUV 122.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 214 86 74 0 0.60 0.65 0.16 5.14 0.63 0.56
Hex D6 56 4A 0 3C 41 10 5 3F 38
Octal 326 126 112 0 74 101 20 5 77 70
Binary 11010110 1010110 1001010 0 111100 1000001 10000 101 111111 111000

Color Harmonies of #D6564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6564A

Black with #D6564A

Text Example


Text Example

White with #D6564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6564A; }

 p { color: rgb(214,86,74); }

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

background-color css

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

 a { background-color: rgb(214,86,74); }

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

border-color css

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

 span { border-color: rgb(214,86,74); }

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