Html Css Color HEX #D36A64 Roman

📋 copy color: '#D36A64'

red 211 ◦ green 106 ◦ blue 100

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

Shades of Roman #D36A64

Tints of Roman #D36A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 50.6%
G = 25.42%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D36A64 (or 0xD36A64) is known color: Roman. HEX triplet: D3, 6A and 64. RGB value is (211,106,100). Sum of RGB (Red+Green+Blue) = 211+106+100=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36A64 is #2C959B. Grayscale: #888888. Windows color (decimal): -2921884 or 6580947. OLE color: 6580947.

HSL color Cylindrical-coordinate representation of color #D36A64: hue angle of 3.24º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36A64 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 100 -
CMYK 0 0.50 0.53 0.17
HSL 3.24º 0.56% 0.61% -
HSV(B) 3.24º 0.53% 0.83% -
XYZ 34.32 25.08 15.09 -
YUV 136.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 211 106 100 0 0.50 0.53 0.17 3.24 0.56 0.61
Hex D3 6A 64 0 32 35 11 3 38 3D
Octal 323 152 144 0 62 65 21 3 70 75
Binary 11010011 1101010 1100100 0 110010 110101 10001 11 111000 111101

Color Harmonies of #D36A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36A64

Black with #D36A64

Text Example


Text Example

White with #D36A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36A64; }

 p { color: rgb(211,106,100); }

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

background-color css

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

 a { background-color: rgb(211,106,100); }

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

border-color css

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

 span { border-color: rgb(211,106,100); }

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