Html Css Color HEX #D96567 Froly

📋 copy color: '#D96567'

red 217 ◦ green 101 ◦ blue 103

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

Shades of Froly #D96567

Tints of Froly #D96567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.47%

R = 51.54%
G = 23.99%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D96567 (or 0xD96567) is known color: Froly. HEX triplet: D9, 65 and 67. RGB value is (217,101,103). Sum of RGB (Red+Green+Blue) = 217+101+103=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96567 is #269A98. Grayscale: #888888. Windows color (decimal): -2529945 or 6776281. OLE color: 6776281.

HSL color Cylindrical-coordinate representation of color #D96567: hue angle of 358.97º 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 #D96567 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 103 -
CMYK 0 0.53 0.53 0.15
HSL 358.97º 0.6% 0.62% -
HSV(B) 358.97º 0.53% 0.85% -
XYZ 35.72 25.04 15.78 -
YUV 135.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 217 101 103 0 0.53 0.53 0.15 358.97 0.6 0.62
Hex D9 65 67 0 35 35 F 167 3C 3E
Octal 331 145 147 0 65 65 17 547 74 76
Binary 11011001 1100101 1100111 0 110101 110101 1111 101100111 111100 111110

Color Harmonies of #D96567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96567

Black with #D96567

Text Example


Text Example

White with #D96567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96567; }

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

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

background-color css

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

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

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

border-color css

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

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

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