Html Css Color HEX #D7564B Valencia

📋 copy color: '#D7564B'

red 215 ◦ green 86 ◦ blue 75

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

Shades of Valencia #D7564B

Tints of Valencia #D7564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 57.18%
G = 22.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7564B (or 0xD7564B) is known color: Valencia. HEX triplet: D7, 56 and 4B. RGB value is (215,86,75). Sum of RGB (Red+Green+Blue) = 215+86+75=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7564B is #28A9B4. Grayscale: #7B7B7B. Windows color (decimal): -2664885 or 4937431. OLE color: 4937431.

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

Color convert

RGB 215 86 75 -
CMYK 0 0.6 0.65 0.16
HSL 4.71º 0.64% 0.57% -
HSV(B) 4.71º 0.65% 0.84% -
XYZ 32.62 21.61 9.11 -
YUV 123.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 215 86 75 0 0.6 0.65 0.16 4.71 0.64 0.57
Hex D7 56 4B 0 3C 41 10 5 40 39
Octal 327 126 113 0 74 101 20 5 100 71
Binary 11010111 1010110 1001011 0 111100 1000001 10000 101 1000000 111001

Color Harmonies of #D7564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7564B

Black with #D7564B

Text Example


Text Example

White with #D7564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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