Html Css Color HEX #D85B4A Valencia

📋 copy color: '#D85B4A'

red 216 ◦ green 91 ◦ blue 74

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

Shades of Valencia #D85B4A

Tints of Valencia #D85B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 56.69%
G = 23.88%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85B4A (or 0xD85B4A) is known color: Valencia. HEX triplet: D8, 5B and 4A. RGB value is (216,91,74). Sum of RGB (Red+Green+Blue) = 216+91+74=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B4A is #27A4B5. Grayscale: #7E7E7E. Windows color (decimal): -2598070 or 4873176. OLE color: 4873176.

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

Color convert

RGB 216 91 74 -
CMYK 0 0.58 0.66 0.15
HSL 7.18º 0.65% 0.57% -
HSV(B) 7.18º 0.66% 0.85% -
XYZ 33.3 22.58 9.08 -
YUV 126.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 216 91 74 0 0.58 0.66 0.15 7.18 0.65 0.57
Hex D8 5B 4A 0 3A 42 F 7 41 39
Octal 330 133 112 0 72 102 17 7 101 71
Binary 11011000 1011011 1001010 0 111010 1000010 1111 111 1000001 111001

Color Harmonies of #D85B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B4A

Black with #D85B4A

Text Example


Text Example

White with #D85B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B4A; }

 p { color: rgb(216,91,74); }

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

background-color css

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

 a { background-color: rgb(216,91,74); }

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

border-color css

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

 span { border-color: rgb(216,91,74); }

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