Html Css Color HEX #D9665D Roman

📋 copy color: '#D9665D'

red 217 ◦ green 102 ◦ blue 93

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

Shades of Roman #D9665D

Tints of Roman #D9665D

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

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

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

R = 52.67%
G = 24.76%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9665D (or 0xD9665D) is known color: Roman. HEX triplet: D9, 66 and 5D. RGB value is (217,102,93). Sum of RGB (Red+Green+Blue) = 217+102+93=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9665D is #2699A2. Grayscale: #878787. Windows color (decimal): -2529699 or 6121177. OLE color: 6121177.

HSL color Cylindrical-coordinate representation of color #D9665D: hue angle of 4.35º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9665D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 93 -
CMYK 0 0.53 0.57 0.15
HSL 4.35º 0.62% 0.61% -
HSV(B) 4.35º 0.57% 0.85% -
XYZ 35.34 25.04 13.33 -
YUV 135.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 217 102 93 0 0.53 0.57 0.15 4.35 0.62 0.61
Hex D9 66 5D 0 35 39 F 4 3E 3D
Octal 331 146 135 0 65 71 17 4 76 75
Binary 11011001 1100110 1011101 0 110101 111001 1111 100 111110 111101

Color Harmonies of #D9665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9665D

Black with #D9665D

Text Example


Text Example

White with #D9665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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