Html Css Color HEX #D85044 Valencia

📋 copy color: '#D85044'

red 216 ◦ green 80 ◦ blue 68

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

Shades of Valencia #D85044

Tints of Valencia #D85044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 59.34%
G = 21.98%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85044 (or 0xD85044) is known color: Valencia. HEX triplet: D8, 50 and 44. RGB value is (216,80,68). Sum of RGB (Red+Green+Blue) = 216+80+68=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D85044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85044 is #27AFBB. Grayscale: #777777. Windows color (decimal): -2600892 or 4477144. OLE color: 4477144.

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

Color convert

RGB 216 80 68 -
CMYK 0 0.63 0.69 0.15
HSL 4.86º 0.65% 0.56% -
HSV(B) 4.86º 0.69% 0.85% -
XYZ 32.23 20.75 7.78 -
YUV 119.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 216 80 68 0 0.63 0.69 0.15 4.86 0.65 0.56
Hex D8 50 44 0 3F 45 F 5 41 38
Octal 330 120 104 0 77 105 17 5 101 70
Binary 11011000 1010000 1000100 0 111111 1000101 1111 101 1000001 111000

Color Harmonies of #D85044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85044

Black with #D85044

Text Example


Text Example

White with #D85044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85044; }

 p { color: rgb(216,80,68); }

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

background-color css

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

 a { background-color: rgb(216,80,68); }

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

border-color css

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

 span { border-color: rgb(216,80,68); }

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