Html Css Color HEX #D0676E Froly

📋 copy color: '#D0676E'

red 208 ◦ green 103 ◦ blue 110

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

Shades of Froly #D0676E

Tints of Froly #D0676E

RGB

 RED value IS 208 (81.64% from 255) = 49.41%

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 49.41%
G = 24.47%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0676E (or 0xD0676E) is known color: Froly. HEX triplet: D0, 67 and 6E. RGB value is (208,103,110). Sum of RGB (Red+Green+Blue) = 208+103+110=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0676E is #2F9891. Grayscale: #878787. Windows color (decimal): -3119250 or 7235536. OLE color: 7235536.

HSL color Cylindrical-coordinate representation of color #D0676E: hue angle of 356º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0676E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 110 -
CMYK 0 0.50 0.47 0.18
HSL 356º 0.53% 0.61% -
HSV(B) 356º 0.5% 0.82% -
XYZ 33.68 24.24 17.65 -
YUV 135.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 208 103 110 0 0.50 0.47 0.18 356 0.53 0.61
Hex D0 67 6E 0 32 2F 12 164 35 3D
Octal 320 147 156 0 62 57 22 544 65 75
Binary 11010000 1100111 1101110 0 110010 101111 10010 101100100 110101 111101

Color Harmonies of #D0676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0676E

Black with #D0676E

Text Example


Text Example

White with #D0676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0676E; }

 p { color: rgb(208,103,110); }

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

background-color css

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

 a { background-color: rgb(208,103,110); }

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

border-color css

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

 span { border-color: rgb(208,103,110); }

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