Html Css Color HEX #D0676D Froly

📋 copy color: '#D0676D'

red 208 ◦ green 103 ◦ blue 109

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

Shades of Froly #D0676D

Tints of Froly #D0676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 49.52%
G = 24.52%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0676D (or 0xD0676D) is known color: Froly. HEX triplet: D0, 67 and 6D. RGB value is (208,103,109). Sum of RGB (Red+Green+Blue) = 208+103+109=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0676D is #2F9892. Grayscale: #878787. Windows color (decimal): -3119251 or 7170000. OLE color: 7170000.

HSL color Cylindrical-coordinate representation of color #D0676D: hue angle of 356.57º 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 #D0676D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 109 -
CMYK 0 0.50 0.48 0.18
HSL 356.57º 0.53% 0.61% -
HSV(B) 356.57º 0.5% 0.82% -
XYZ 33.62 24.21 17.37 -
YUV 135.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 208 103 109 0 0.50 0.48 0.18 356.57 0.53 0.61
Hex D0 67 6D 0 32 30 12 165 35 3D
Octal 320 147 155 0 62 60 22 545 65 75
Binary 11010000 1100111 1101101 0 110010 110000 10010 101100101 110101 111101

Color Harmonies of #D0676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0676D

Black with #D0676D

Text Example


Text Example

White with #D0676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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