Html Css Color HEX #D66F69 Roman

📋 copy color: '#D66F69'

red 214 ◦ green 111 ◦ blue 105

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

Shades of Roman #D66F69

Tints of Roman #D66F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

 BLUE value IS 105 (41.41% from 255) = 24.42%

R = 49.77%
G = 25.81%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D66F69 (or 0xD66F69) is known color: Roman. HEX triplet: D6, 6F and 69. RGB value is (214,111,105). Sum of RGB (Red+Green+Blue) = 214+111+105=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F69 is #299096. Grayscale: #8D8D8D. Windows color (decimal): -2723991 or 6909910. OLE color: 6909910.

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

Color convert

RGB 214 111 105 -
CMYK 0 0.48 0.51 0.16
HSL 3.3º 0.57% 0.63% -
HSV(B) 3.3º 0.51% 0.84% -
XYZ 35.97 26.68 16.62 -
YUV 141.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 214 111 105 0 0.48 0.51 0.16 3.3 0.57 0.63
Hex D6 6F 69 0 30 33 10 3 39 3F
Octal 326 157 151 0 60 63 20 3 71 77
Binary 11010110 1101111 1101001 0 110000 110011 10000 11 111001 111111

Color Harmonies of #D66F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F69

Black with #D66F69

Text Example


Text Example

White with #D66F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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