Html Css Color HEX #D7665D Roman

📋 copy color: '#D7665D'

red 215 ◦ green 102 ◦ blue 93

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

Shades of Roman #D7665D

Tints of Roman #D7665D

RGB

 RED value IS 215 (84.38% from 255) = 52.44%

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 52.44%
G = 24.88%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7665D (or 0xD7665D) is known color: Roman. HEX triplet: D7, 66 and 5D. RGB value is (215,102,93). Sum of RGB (Red+Green+Blue) = 215+102+93=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7665D is #2899A2. Grayscale: #868686. Windows color (decimal): -2660771 or 6121175. OLE color: 6121175.

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

Color convert

RGB 215 102 93 -
CMYK 0 0.53 0.57 0.16
HSL 4.43º 0.6% 0.6% -
HSV(B) 4.43º 0.57% 0.84% -
XYZ 34.75 24.74 13.3 -
YUV 134.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 215 102 93 0 0.53 0.57 0.16 4.43 0.6 0.6
Hex D7 66 5D 0 35 39 10 4 3C 3C
Octal 327 146 135 0 65 71 20 4 74 74
Binary 11010111 1100110 1011101 0 110101 111001 10000 100 111100 111100

Color Harmonies of #D7665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7665D

Black with #D7665D

Text Example


Text Example

White with #D7665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7665D; }

 p { color: rgb(215,102,93); }

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

background-color css

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

 a { background-color: rgb(215,102,93); }

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

border-color css

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

 span { border-color: rgb(215,102,93); }

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