Html Css Color HEX #D66958 Roman

📋 copy color: '#D66958'

red 214 ◦ green 105 ◦ blue 88

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

Shades of Roman #D66958

Tints of Roman #D66958

RGB

 RED value IS 214 (83.98% from 255) = 52.58%

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 52.58%
G = 25.8%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D66958 (or 0xD66958) is known color: Roman. HEX triplet: D6, 69 and 58. RGB value is (214,105,88). Sum of RGB (Red+Green+Blue) = 214+105+88=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D66958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66958 is #2996A7. Grayscale: #878787. Windows color (decimal): -2725544 or 5794262. OLE color: 5794262.

HSL color Cylindrical-coordinate representation of color #D66958: hue angle of 8.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D66958 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 88 -
CMYK 0 0.51 0.59 0.16
HSL 8.1º 0.61% 0.59% -
HSV(B) 8.1º 0.59% 0.84% -
XYZ 34.54 25.1 12.26 -
YUV 135.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 214 105 88 0 0.51 0.59 0.16 8.1 0.61 0.59
Hex D6 69 58 0 33 3B 10 8 3D 3B
Octal 326 151 130 0 63 73 20 10 75 73
Binary 11010110 1101001 1011000 0 110011 111011 10000 1000 111101 111011

Color Harmonies of #D66958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66958

Black with #D66958

Text Example


Text Example

White with #D66958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66958; }

 p { color: rgb(214,105,88); }

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

background-color css

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

 a { background-color: rgb(214,105,88); }

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

border-color css

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

 span { border-color: rgb(214,105,88); }

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