Html Css Color HEX #D65756 Valencia

📋 copy color: '#D65756'

red 214 ◦ green 87 ◦ blue 86

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

Shades of Valencia #D65756

Tints of Valencia #D65756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.48%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 55.3%
G = 22.48%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65756 (or 0xD65756) is known color: Valencia. HEX triplet: D6, 57 and 56. RGB value is (214,87,86). Sum of RGB (Red+Green+Blue) = 214+87+86=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65756 is #29A8A9. Grayscale: #7C7C7C. Windows color (decimal): -2730154 or 5658582. OLE color: 5658582.

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

Color convert

RGB 214 87 86 -
CMYK 0 0.59 0.60 0.16
HSL 0.47º 0.61% 0.59% -
HSV(B) 0.47º 0.6% 0.84% -
XYZ 32.82 21.78 11.28 -
YUV 124.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 214 87 86 0 0.59 0.60 0.16 0.47 0.61 0.59
Hex D6 57 56 0 3B 3C 10 0 3D 3B
Octal 326 127 126 0 73 74 20 0 75 73
Binary 11010110 1010111 1010110 0 111011 111100 10000 0 111101 111011

Color Harmonies of #D65756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65756

Black with #D65756

Text Example


Text Example

White with #D65756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65756; }

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

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

background-color css

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

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

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

border-color css

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

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

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