Html Css Color HEX #D8676C Froly

📋 copy color: '#D8676C'

red 216 ◦ green 103 ◦ blue 108

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

Shades of Froly #D8676C

Tints of Froly #D8676C

RGB

 RED value IS 216 (84.77% from 255) = 50.59%

 GREEN value IS 103 (40.63% from 255) = 24.12%

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 50.59%
G = 24.12%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8676C (or 0xD8676C) is known color: Froly. HEX triplet: D8, 67 and 6C. RGB value is (216,103,108). Sum of RGB (Red+Green+Blue) = 216+103+108=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8676C is #279893. Grayscale: #898989. Windows color (decimal): -2594964 or 7104472. OLE color: 7104472.

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

Color convert

RGB 216 103 108 -
CMYK 0 0.52 0.50 0.15
HSL 357.35º 0.59% 0.63% -
HSV(B) 357.35º 0.52% 0.85% -
XYZ 35.88 25.38 17.2 -
YUV 137.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 216 103 108 0 0.52 0.50 0.15 357.35 0.59 0.63
Hex D8 67 6C 0 34 32 F 165 3B 3F
Octal 330 147 154 0 64 62 17 545 73 77
Binary 11011000 1100111 1101100 0 110100 110010 1111 101100101 111011 111111

Color Harmonies of #D8676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8676C

Black with #D8676C

Text Example


Text Example

White with #D8676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8676C; }

 p { color: rgb(216,103,108); }

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

background-color css

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

 a { background-color: rgb(216,103,108); }

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

border-color css

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

 span { border-color: rgb(216,103,108); }

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