Html Css Color HEX #D97B7C Froly

📋 copy color: '#D97B7C'

red 217 ◦ green 123 ◦ blue 124

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

Shades of Froly #D97B7C

Tints of Froly #D97B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 46.77%
G = 26.51%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D97B7C (or 0xD97B7C) is known color: Froly. HEX triplet: D9, 7B and 7C. RGB value is (217,123,124). Sum of RGB (Red+Green+Blue) = 217+123+124=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B7C is #268483. Grayscale: #979797. Windows color (decimal): -2524292 or 8158169. OLE color: 8158169.

HSL color Cylindrical-coordinate representation of color #D97B7C: hue angle of 359.36º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97B7C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 123 124 -
CMYK 0 0.43 0.43 0.15
HSL 359.36º 0.55% 0.67% -
HSV(B) 359.36º 0.43% 0.85% -
XYZ 39.34 30.37 22.86 -
YUV 151.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 217 123 124 0 0.43 0.43 0.15 359.36 0.55 0.67
Hex D9 7B 7C 0 2B 2B F 167 37 43
Octal 331 173 174 0 53 53 17 547 67 103
Binary 11011001 1111011 1111100 0 101011 101011 1111 101100111 110111 1000011

Color Harmonies of #D97B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B7C

Black with #D97B7C

Text Example


Text Example

White with #D97B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B7C; }

 p { color: rgb(217,123,124); }

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

background-color css

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

 a { background-color: rgb(217,123,124); }

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

border-color css

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

 span { border-color: rgb(217,123,124); }

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