Html Css Color HEX #D85A4C Valencia

📋 copy color: '#D85A4C'

red 216 ◦ green 90 ◦ blue 76

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

Shades of Valencia #D85A4C

Tints of Valencia #D85A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

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

R = 56.54%
G = 23.56%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D85A4C (or 0xD85A4C) is known color: Valencia. HEX triplet: D8, 5A and 4C. RGB value is (216,90,76). Sum of RGB (Red+Green+Blue) = 216+90+76=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A4C is #27A5B3. Grayscale: #7E7E7E. Windows color (decimal): -2598324 or 5003992. OLE color: 5003992.

HSL color Cylindrical-coordinate representation of color #D85A4C: hue angle of 6º 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 #D85A4C is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 76 -
CMYK 0 0.58 0.65 0.15
HSL 0.64% 0.57% -
HSV(B) 0.65% 0.85% -
XYZ 33.28 22.43 9.41 -
YUV 126.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 216 90 76 0 0.58 0.65 0.15 6 0.64 0.57
Hex D8 5A 4C 0 3A 41 F 6 40 39
Octal 330 132 114 0 72 101 17 6 100 71
Binary 11011000 1011010 1001100 0 111010 1000001 1111 110 1000000 111001

Color Harmonies of #D85A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A4C

Black with #D85A4C

Text Example


Text Example

White with #D85A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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