Html Css Color HEX #D0676B Froly

📋 copy color: '#D0676B'

red 208 ◦ green 103 ◦ blue 107

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

Shades of Froly #D0676B

Tints of Froly #D0676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 49.76%
G = 24.64%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0676B (or 0xD0676B) is known color: Froly. HEX triplet: D0, 67 and 6B. RGB value is (208,103,107). Sum of RGB (Red+Green+Blue) = 208+103+107=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0676B is #2F9894. Grayscale: #868686. Windows color (decimal): -3119253 or 7038928. OLE color: 7038928.

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

Color convert

RGB 208 103 107 -
CMYK 0 0.50 0.49 0.18
HSL 357.71º 0.53% 0.61% -
HSV(B) 357.71º 0.5% 0.82% -
XYZ 33.52 24.17 16.81 -
YUV 134.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 208 103 107 0 0.50 0.49 0.18 357.71 0.53 0.61
Hex D0 67 6B 0 32 31 12 166 35 3D
Octal 320 147 153 0 62 61 22 546 65 75
Binary 11010000 1100111 1101011 0 110010 110001 10010 101100110 110101 111101

Color Harmonies of #D0676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0676B

Black with #D0676B

Text Example


Text Example

White with #D0676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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