Html Css Color HEX #D7564D Valencia

📋 copy color: '#D7564D'

red 215 ◦ green 86 ◦ blue 77

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

Shades of Valencia #D7564D

Tints of Valencia #D7564D

RGB

 RED value IS 215 (84.38% from 255) = 56.88%

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

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

R = 56.88%
G = 22.75%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7564D (or 0xD7564D) is known color: Valencia. HEX triplet: D7, 56 and 4D. RGB value is (215,86,77). Sum of RGB (Red+Green+Blue) = 215+86+77=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7564D is #28A9B2. Grayscale: #7B7B7B. Windows color (decimal): -2664883 or 5068503. OLE color: 5068503.

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

Color convert

RGB 215 86 77 -
CMYK 0 0.6 0.64 0.16
HSL 3.91º 0.63% 0.57% -
HSV(B) 3.91º 0.64% 0.84% -
XYZ 32.69 21.64 9.47 -
YUV 123.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 215 86 77 0 0.6 0.64 0.16 3.91 0.63 0.57
Hex D7 56 4D 0 3C 40 10 4 3F 39
Octal 327 126 115 0 74 100 20 4 77 71
Binary 11010111 1010110 1001101 0 111100 1000000 10000 100 111111 111001

Color Harmonies of #D7564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7564D

Black with #D7564D

Text Example


Text Example

White with #D7564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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