Html Css Color HEX #D36251 Valencia

📋 copy color: '#D36251'

red 211 ◦ green 98 ◦ blue 81

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

Shades of Valencia #D36251

Tints of Valencia #D36251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 54.1%
G = 25.13%
B = 20.77%

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

#D36251 (or 0xD36251) is known color: Valencia. HEX triplet: D3, 62 and 51. RGB value is (211,98,81). Sum of RGB (Red+Green+Blue) = 211+98+81=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D36251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36251 is #2C9DAE. Grayscale: #828282. Windows color (decimal): -2923951 or 5333715. OLE color: 5333715.

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

Color convert

RGB 211 98 81 -
CMYK 0 0.54 0.62 0.17
HSL 7.85º 0.6% 0.57% -
HSV(B) 7.85º 0.62% 0.83% -
XYZ 32.72 23.18 10.53 -
YUV 129.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 211 98 81 0 0.54 0.62 0.17 7.85 0.6 0.57
Hex D3 62 51 0 36 3E 11 8 3C 39
Octal 323 142 121 0 66 76 21 10 74 71
Binary 11010011 1100010 1010001 0 110110 111110 10001 1000 111100 111001

Color Harmonies of #D36251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36251

Black with #D36251

Text Example


Text Example

White with #D36251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36251; }

 p { color: rgb(211,98,81); }

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

background-color css

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

 a { background-color: rgb(211,98,81); }

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

border-color css

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

 span { border-color: rgb(211,98,81); }

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