Html Css Color HEX #D36150 Valencia

📋 copy color: '#D36150'

red 211 ◦ green 97 ◦ blue 80

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

Shades of Valencia #D36150

Tints of Valencia #D36150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 54.38%
G = 25%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D36150 (or 0xD36150) is known color: Valencia. HEX triplet: D3, 61 and 50. RGB value is (211,97,80). Sum of RGB (Red+Green+Blue) = 211+97+80=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D36150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36150 is #2C9EAF. Grayscale: #818181. Windows color (decimal): -2924208 or 5267923. OLE color: 5267923.

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

Color convert

RGB 211 97 80 -
CMYK 0 0.54 0.62 0.17
HSL 7.79º 0.6% 0.57% -
HSV(B) 7.79º 0.62% 0.83% -
XYZ 32.59 22.98 10.31 -
YUV 129.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 211 97 80 0 0.54 0.62 0.17 7.79 0.6 0.57
Hex D3 61 50 0 36 3E 11 8 3C 39
Octal 323 141 120 0 66 76 21 10 74 71
Binary 11010011 1100001 1010000 0 110110 111110 10001 1000 111100 111001

Color Harmonies of #D36150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36150

Black with #D36150

Text Example


Text Example

White with #D36150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36150; }

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

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

background-color css

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

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

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

border-color css

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

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

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