Html Css Color HEX #D96569 Froly

📋 copy color: '#D96569'

red 217 ◦ green 101 ◦ blue 105

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

Shades of Froly #D96569

Tints of Froly #D96569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 51.3%
G = 23.88%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D96569 (or 0xD96569) is known color: Froly. HEX triplet: D9, 65 and 69. RGB value is (217,101,105). Sum of RGB (Red+Green+Blue) = 217+101+105=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D96569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96569 is #269A96. Grayscale: #888888. Windows color (decimal): -2529943 or 6907353. OLE color: 6907353.

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

Color convert

RGB 217 101 105 -
CMYK 0 0.53 0.52 0.15
HSL 357.93º 0.6% 0.62% -
HSV(B) 357.93º 0.53% 0.85% -
XYZ 35.82 25.08 16.32 -
YUV 136.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 217 101 105 0 0.53 0.52 0.15 357.93 0.6 0.62
Hex D9 65 69 0 35 34 F 166 3C 3E
Octal 331 145 151 0 65 64 17 546 74 76
Binary 11011001 1100101 1101001 0 110101 110100 1111 101100110 111100 111110

Color Harmonies of #D96569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96569

Black with #D96569

Text Example


Text Example

White with #D96569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96569; }

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

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

background-color css

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

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

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

border-color css

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

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

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