Html Css Color HEX #D96367 Froly

📋 copy color: '#D96367'

red 217 ◦ green 99 ◦ blue 103

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

Shades of Froly #D96367

Tints of Froly #D96367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 51.79%
G = 23.63%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D96367 (or 0xD96367) is known color: Froly. HEX triplet: D9, 63 and 67. RGB value is (217,99,103). Sum of RGB (Red+Green+Blue) = 217+99+103=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D96367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96367 is #269C98. Grayscale: #868686. Windows color (decimal): -2530457 or 6775769. OLE color: 6775769.

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

Color convert

RGB 217 99 103 -
CMYK 0 0.54 0.53 0.15
HSL 357.97º 0.61% 0.62% -
HSV(B) 357.97º 0.54% 0.85% -
XYZ 35.53 24.65 15.72 -
YUV 134.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 217 99 103 0 0.54 0.53 0.15 357.97 0.61 0.62
Hex D9 63 67 0 36 35 F 166 3D 3E
Octal 331 143 147 0 66 65 17 546 75 76
Binary 11011001 1100011 1100111 0 110110 110101 1111 101100110 111101 111110

Color Harmonies of #D96367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96367

Black with #D96367

Text Example


Text Example

White with #D96367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96367; }

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

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

background-color css

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

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

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

border-color css

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

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

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