Html Css Color HEX #D66965 Roman

📋 copy color: '#D66965'

red 214 ◦ green 105 ◦ blue 101

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

Shades of Roman #D66965

Tints of Roman #D66965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 50.95%
G = 25%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D66965 (or 0xD66965) is known color: Roman. HEX triplet: D6, 69 and 65. RGB value is (214,105,101). Sum of RGB (Red+Green+Blue) = 214+105+101=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66965 is #29969A. Grayscale: #898989. Windows color (decimal): -2725531 or 6646230. OLE color: 6646230.

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

Color convert

RGB 214 105 101 -
CMYK 0 0.51 0.53 0.16
HSL 2.12º 0.58% 0.62% -
HSV(B) 2.12º 0.53% 0.84% -
XYZ 35.13 25.34 15.35 -
YUV 137.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 214 105 101 0 0.51 0.53 0.16 2.12 0.58 0.62
Hex D6 69 65 0 33 35 10 2 3A 3E
Octal 326 151 145 0 63 65 20 2 72 76
Binary 11010110 1101001 1100101 0 110011 110101 10000 10 111010 111110

Color Harmonies of #D66965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66965

Black with #D66965

Text Example


Text Example

White with #D66965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66965; }

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

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

background-color css

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

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

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

border-color css

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

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

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