Html Css Color HEX #D56150 Valencia

📋 copy color: '#D56150'

red 213 ◦ green 97 ◦ blue 80

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

Shades of Valencia #D56150

Tints of Valencia #D56150

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 54.62%
G = 24.87%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56150 (or 0xD56150) is known color: Valencia. HEX triplet: D5, 61 and 50. RGB value is (213,97,80). Sum of RGB (Red+Green+Blue) = 213+97+80=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D56150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56150 is #2A9EAF. Grayscale: #818181. Windows color (decimal): -2793136 or 5267925. OLE color: 5267925.

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

Color convert

RGB 213 97 80 -
CMYK 0 0.54 0.62 0.16
HSL 7.67º 0.61% 0.57% -
HSV(B) 7.67º 0.62% 0.84% -
XYZ 33.16 23.27 10.33 -
YUV 129.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 213 97 80 0 0.54 0.62 0.16 7.67 0.61 0.57
Hex D5 61 50 0 36 3E 10 8 3D 39
Octal 325 141 120 0 66 76 20 10 75 71
Binary 11010101 1100001 1010000 0 110110 111110 10000 1000 111101 111001

Color Harmonies of #D56150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56150

Black with #D56150

Text Example


Text Example

White with #D56150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56150; }

 p { color: rgb(213,97,80); }

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

background-color css

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

 a { background-color: rgb(213,97,80); }

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

border-color css

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

 span { border-color: rgb(213,97,80); }

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