Html Css Color HEX #D46150 Valencia

📋 copy color: '#D46150'

red 212 ◦ green 97 ◦ blue 80

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

Shades of Valencia #D46150

Tints of Valencia #D46150

RGB

 RED value IS 212 (83.2% from 255) = 54.5%

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

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

R = 54.5%
G = 24.94%
B = 20.57%

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

#D46150 (or 0xD46150) is known color: Valencia. HEX triplet: D4, 61 and 50. RGB value is (212,97,80). Sum of RGB (Red+Green+Blue) = 212+97+80=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D46150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46150 is #2B9EAF. Grayscale: #818181. Windows color (decimal): -2858672 or 5267924. OLE color: 5267924.

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

Color convert

RGB 212 97 80 -
CMYK 0 0.54 0.62 0.17
HSL 7.73º 0.61% 0.57% -
HSV(B) 7.73º 0.62% 0.83% -
XYZ 32.87 23.13 10.32 -
YUV 129.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 212 97 80 0 0.54 0.62 0.17 7.73 0.61 0.57
Hex D4 61 50 0 36 3E 11 8 3D 39
Octal 324 141 120 0 66 76 21 10 75 71
Binary 11010100 1100001 1010000 0 110110 111110 10001 1000 111101 111001

Color Harmonies of #D46150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46150

Black with #D46150

Text Example


Text Example

White with #D46150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46150; }

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

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

background-color css

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

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

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

border-color css

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

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

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