Html Css Color HEX #D85342 Valencia

📋 copy color: '#D85342'

red 216 ◦ green 83 ◦ blue 66

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

Shades of Valencia #D85342

Tints of Valencia #D85342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 59.18%
G = 22.74%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85342 (or 0xD85342) is known color: Valencia. HEX triplet: D8, 53 and 42. RGB value is (216,83,66). Sum of RGB (Red+Green+Blue) = 216+83+66=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D85342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85342 is #27ACBD. Grayscale: #797979. Windows color (decimal): -2600126 or 4346840. OLE color: 4346840.

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

Color convert

RGB 216 83 66 -
CMYK 0 0.62 0.69 0.15
HSL 6.8º 0.66% 0.55% -
HSV(B) 6.8º 0.69% 0.85% -
XYZ 32.4 21.18 7.53 -
YUV 120.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 216 83 66 0 0.62 0.69 0.15 6.8 0.66 0.55
Hex D8 53 42 0 3E 45 F 7 42 37
Octal 330 123 102 0 76 105 17 7 102 67
Binary 11011000 1010011 1000010 0 111110 1000101 1111 111 1000010 110111

Color Harmonies of #D85342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85342

Black with #D85342

Text Example


Text Example

White with #D85342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85342; }

 p { color: rgb(216,83,66); }

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

background-color css

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

 a { background-color: rgb(216,83,66); }

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

border-color css

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

 span { border-color: rgb(216,83,66); }

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