Html Css Color HEX #D85E4C Valencia

📋 copy color: '#D85E4C'

red 216 ◦ green 94 ◦ blue 76

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

Shades of Valencia #D85E4C

Tints of Valencia #D85E4C

RGB

 RED value IS 216 (84.77% from 255) = 55.96%

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 55.96%
G = 24.35%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D85E4C (or 0xD85E4C) is known color: Valencia. HEX triplet: D8, 5E and 4C. RGB value is (216,94,76). Sum of RGB (Red+Green+Blue) = 216+94+76=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E4C is #27A1B3. Grayscale: #808080. Windows color (decimal): -2597300 or 5005016. OLE color: 5005016.

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

Color convert

RGB 216 94 76 -
CMYK 0 0.56 0.65 0.15
HSL 7.71º 0.64% 0.57% -
HSV(B) 7.71º 0.65% 0.85% -
XYZ 33.63 23.13 9.53 -
YUV 128.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 216 94 76 0 0.56 0.65 0.15 7.71 0.64 0.57
Hex D8 5E 4C 0 38 41 F 8 40 39
Octal 330 136 114 0 70 101 17 10 100 71
Binary 11011000 1011110 1001100 0 111000 1000001 1111 1000 1000000 111001

Color Harmonies of #D85E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E4C

Black with #D85E4C

Text Example


Text Example

White with #D85E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E4C; }

 p { color: rgb(216,94,76); }

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

background-color css

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

 a { background-color: rgb(216,94,76); }

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

border-color css

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

 span { border-color: rgb(216,94,76); }

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