Html Css Color HEX #D66662 Roman

📋 copy color: '#D66662'

red 214 ◦ green 102 ◦ blue 98

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

Shades of Roman #D66662

Tints of Roman #D66662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

 BLUE value IS 98 (38.67% from 255) = 23.67%

R = 51.69%
G = 24.64%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D66662 (or 0xD66662) is known color: Roman. HEX triplet: D6, 66 and 62. RGB value is (214,102,98). Sum of RGB (Red+Green+Blue) = 214+102+98=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66662 is #29999D. Grayscale: #878787. Windows color (decimal): -2726302 or 6448854. OLE color: 6448854.

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

Color convert

RGB 214 102 98 -
CMYK 0 0.52 0.54 0.16
HSL 2.07º 0.59% 0.61% -
HSV(B) 2.07º 0.54% 0.84% -
XYZ 34.69 24.68 14.49 -
YUV 135.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 214 102 98 0 0.52 0.54 0.16 2.07 0.59 0.61
Hex D6 66 62 0 34 36 10 2 3B 3D
Octal 326 146 142 0 64 66 20 2 73 75
Binary 11010110 1100110 1100010 0 110100 110110 10000 10 111011 111101

Color Harmonies of #D66662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66662

Black with #D66662

Text Example


Text Example

White with #D66662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66662; }

 p { color: rgb(214,102,98); }

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

background-color css

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

 a { background-color: rgb(214,102,98); }

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

border-color css

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

 span { border-color: rgb(214,102,98); }

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