Html Css Color HEX #D85446 Valencia

📋 copy color: '#D85446'

red 216 ◦ green 84 ◦ blue 70

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

Shades of Valencia #D85446

Tints of Valencia #D85446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 58.38%
G = 22.7%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85446 (or 0xD85446) is known color: Valencia. HEX triplet: D8, 54 and 46. RGB value is (216,84,70). Sum of RGB (Red+Green+Blue) = 216+84+70=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85446 is #27ABB9. Grayscale: #7A7A7A. Windows color (decimal): -2599866 or 4609240. OLE color: 4609240.

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

Color convert

RGB 216 84 70 -
CMYK 0 0.61 0.68 0.15
HSL 5.75º 0.65% 0.56% -
HSV(B) 5.75º 0.68% 0.85% -
XYZ 32.59 21.38 8.2 -
YUV 121.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 216 84 70 0 0.61 0.68 0.15 5.75 0.65 0.56
Hex D8 54 46 0 3D 44 F 6 41 38
Octal 330 124 106 0 75 104 17 6 101 70
Binary 11011000 1010100 1000110 0 111101 1000100 1111 110 1000001 111000

Color Harmonies of #D85446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85446

Black with #D85446

Text Example


Text Example

White with #D85446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85446; }

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

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

background-color css

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

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

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

border-color css

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

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

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