Html Css Color HEX #D9695C Roman

📋 copy color: '#D9695C'

red 217 ◦ green 105 ◦ blue 92

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

Shades of Roman #D9695C

Tints of Roman #D9695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 52.42%
G = 25.36%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9695C (or 0xD9695C) is known color: Roman. HEX triplet: D9, 69 and 5C. RGB value is (217,105,92). Sum of RGB (Red+Green+Blue) = 217+105+92=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9695C is #2696A3. Grayscale: #898989. Windows color (decimal): -2528932 or 6056409. OLE color: 6056409.

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

Color convert

RGB 217 105 92 -
CMYK 0 0.52 0.58 0.15
HSL 6.24º 0.62% 0.61% -
HSV(B) 6.24º 0.58% 0.85% -
XYZ 35.6 25.63 13.2 -
YUV 137.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 217 105 92 0 0.52 0.58 0.15 6.24 0.62 0.61
Hex D9 69 5C 0 34 3A F 6 3E 3D
Octal 331 151 134 0 64 72 17 6 76 75
Binary 11011001 1101001 1011100 0 110100 111010 1111 110 111110 111101

Color Harmonies of #D9695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9695C

Black with #D9695C

Text Example


Text Example

White with #D9695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9695C; }

 p { color: rgb(217,105,92); }

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

background-color css

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

 a { background-color: rgb(217,105,92); }

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

border-color css

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

 span { border-color: rgb(217,105,92); }

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