Html Css Color HEX #D85443 Valencia

📋 copy color: '#D85443'

red 216 ◦ green 84 ◦ blue 67

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

Shades of Valencia #D85443

Tints of Valencia #D85443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 58.86%
G = 22.89%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85443 (or 0xD85443) is known color: Valencia. HEX triplet: D8, 54 and 43. RGB value is (216,84,67). Sum of RGB (Red+Green+Blue) = 216+84+67=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D85443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85443 is #27ABBC. Grayscale: #797979. Windows color (decimal): -2599869 or 4412632. OLE color: 4412632.

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

Color convert

RGB 216 84 67 -
CMYK 0 0.61 0.69 0.15
HSL 6.85º 0.66% 0.55% -
HSV(B) 6.85º 0.69% 0.85% -
XYZ 32.5 21.34 7.72 -
YUV 121.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 216 84 67 0 0.61 0.69 0.15 6.85 0.66 0.55
Hex D8 54 43 0 3D 45 F 7 42 37
Octal 330 124 103 0 75 105 17 7 102 67
Binary 11011000 1010100 1000011 0 111101 1000101 1111 111 1000010 110111

Color Harmonies of #D85443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85443

Black with #D85443

Text Example


Text Example

White with #D85443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85443; }

 p { color: rgb(216,84,67); }

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

background-color css

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

 a { background-color: rgb(216,84,67); }

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

border-color css

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

 span { border-color: rgb(216,84,67); }

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