Html Css Color HEX #D36050 Valencia

📋 copy color: '#D36050'

red 211 ◦ green 96 ◦ blue 80

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

Shades of Valencia #D36050

Tints of Valencia #D36050

RGB

 RED value IS 211 (82.81% from 255) = 54.52%

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 54.52%
G = 24.81%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D36050 (or 0xD36050) is known color: Valencia. HEX triplet: D3, 60 and 50. RGB value is (211,96,80). Sum of RGB (Red+Green+Blue) = 211+96+80=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D36050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36050 is #2C9FAF. Grayscale: #808080. Windows color (decimal): -2924464 or 5267667. OLE color: 5267667.

HSL color Cylindrical-coordinate representation of color #D36050: hue angle of 7.33º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36050 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 96 80 -
CMYK 0 0.55 0.62 0.17
HSL 7.33º 0.6% 0.57% -
HSV(B) 7.33º 0.62% 0.83% -
XYZ 32.49 22.79 10.28 -
YUV 128.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 211 96 80 0 0.55 0.62 0.17 7.33 0.6 0.57
Hex D3 60 50 0 37 3E 11 7 3C 39
Octal 323 140 120 0 67 76 21 7 74 71
Binary 11010011 1100000 1010000 0 110111 111110 10001 111 111100 111001

Color Harmonies of #D36050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36050

Black with #D36050

Text Example


Text Example

White with #D36050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36050; }

 p { color: rgb(211,96,80); }

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

background-color css

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

 a { background-color: rgb(211,96,80); }

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

border-color css

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

 span { border-color: rgb(211,96,80); }

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