Html Css Color HEX #D85C4D Valencia

📋 copy color: '#D85C4D'

red 216 ◦ green 92 ◦ blue 77

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

Shades of Valencia #D85C4D

Tints of Valencia #D85C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 56.1%
G = 23.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D85C4D (or 0xD85C4D) is known color: Valencia. HEX triplet: D8, 5C and 4D. RGB value is (216,92,77). Sum of RGB (Red+Green+Blue) = 216+92+77=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C4D is #27A3B2. Grayscale: #7F7F7F. Windows color (decimal): -2597811 or 5070040. OLE color: 5070040.

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

Color convert

RGB 216 92 77 -
CMYK 0 0.57 0.64 0.15
HSL 6.47º 0.64% 0.57% -
HSV(B) 6.47º 0.64% 0.85% -
XYZ 33.49 22.79 9.66 -
YUV 127.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 216 92 77 0 0.57 0.64 0.15 6.47 0.64 0.57
Hex D8 5C 4D 0 39 40 F 6 40 39
Octal 330 134 115 0 71 100 17 6 100 71
Binary 11011000 1011100 1001101 0 111001 1000000 1111 110 1000000 111001

Color Harmonies of #D85C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C4D

Black with #D85C4D

Text Example


Text Example

White with #D85C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C4D; }

 p { color: rgb(216,92,77); }

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

background-color css

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

 a { background-color: rgb(216,92,77); }

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

border-color css

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

 span { border-color: rgb(216,92,77); }

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