Html Css Color HEX #D7665F Roman

📋 copy color: '#D7665F'

red 215 ◦ green 102 ◦ blue 95

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

Shades of Roman #D7665F

Tints of Roman #D7665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.06%

R = 52.18%
G = 24.76%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7665F (or 0xD7665F) is known color: Roman. HEX triplet: D7, 66 and 5F. RGB value is (215,102,95). Sum of RGB (Red+Green+Blue) = 215+102+95=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7665F is #2899A0. Grayscale: #878787. Windows color (decimal): -2660769 or 6252247. OLE color: 6252247.

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

Color convert

RGB 215 102 95 -
CMYK 0 0.53 0.56 0.16
HSL 3.5º 0.6% 0.61% -
HSV(B) 3.5º 0.56% 0.84% -
XYZ 34.84 24.78 13.77 -
YUV 134.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 215 102 95 0 0.53 0.56 0.16 3.5 0.6 0.61
Hex D7 66 5F 0 35 38 10 4 3C 3D
Octal 327 146 137 0 65 70 20 4 74 75
Binary 11010111 1100110 1011111 0 110101 111000 10000 100 111100 111101

Color Harmonies of #D7665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7665F

Black with #D7665F

Text Example


Text Example

White with #D7665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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