Html Css Color HEX #D4564B Valencia

📋 copy color: '#D4564B'

red 212 ◦ green 86 ◦ blue 75

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

Shades of Valencia #D4564B

Tints of Valencia #D4564B

RGB

 RED value IS 212 (83.2% from 255) = 56.84%

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

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

R = 56.84%
G = 23.06%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4564B (or 0xD4564B) is known color: Valencia. HEX triplet: D4, 56 and 4B. RGB value is (212,86,75). Sum of RGB (Red+Green+Blue) = 212+86+75=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4564B is #2BA9B4. Grayscale: #7A7A7A. Windows color (decimal): -2861493 or 4937428. OLE color: 4937428.

HSL color Cylindrical-coordinate representation of color #D4564B: hue angle of 4.82º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4564B is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 86 75 -
CMYK 0 0.59 0.65 0.17
HSL 4.82º 0.61% 0.56% -
HSV(B) 4.82º 0.65% 0.83% -
XYZ 31.75 21.16 9.07 -
YUV 122.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 212 86 75 0 0.59 0.65 0.17 4.82 0.61 0.56
Hex D4 56 4B 0 3B 41 11 5 3D 38
Octal 324 126 113 0 73 101 21 5 75 70
Binary 11010100 1010110 1001011 0 111011 1000001 10001 101 111101 111000

Color Harmonies of #D4564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4564B

Black with #D4564B

Text Example


Text Example

White with #D4564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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