Html Css Color HEX #D85A46 Valencia

📋 copy color: '#D85A46'

red 216 ◦ green 90 ◦ blue 70

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

Shades of Valencia #D85A46

Tints of Valencia #D85A46

RGB

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

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

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

R = 57.45%
G = 23.94%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D85A46 (or 0xD85A46) is known color: Valencia. HEX triplet: D8, 5A and 46. RGB value is (216,90,70). Sum of RGB (Red+Green+Blue) = 216+90+70=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A46 is #27A5B9. Grayscale: #7D7D7D. Windows color (decimal): -2598330 or 4610776. OLE color: 4610776.

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

Color convert

RGB 216 90 70 -
CMYK 0 0.58 0.68 0.15
HSL 8.22º 0.65% 0.56% -
HSV(B) 8.22º 0.68% 0.85% -
XYZ 33.08 22.35 8.37 -
YUV 125.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 216 90 70 0 0.58 0.68 0.15 8.22 0.65 0.56
Hex D8 5A 46 0 3A 44 F 8 41 38
Octal 330 132 106 0 72 104 17 10 101 70
Binary 11011000 1011010 1000110 0 111010 1000100 1111 1000 1000001 111000

Color Harmonies of #D85A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A46

Black with #D85A46

Text Example


Text Example

White with #D85A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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