Html Css Color HEX #D06B76 Froly

📋 copy color: '#D06B76'

red 208 ◦ green 107 ◦ blue 118

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

Shades of Froly #D06B76

Tints of Froly #D06B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 48.04%
G = 24.71%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D06B76 (or 0xD06B76) is known color: Froly. HEX triplet: D0, 6B and 76. RGB value is (208,107,118). Sum of RGB (Red+Green+Blue) = 208+107+118=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B76 is #2F9489. Grayscale: #8A8A8A. Windows color (decimal): -3118218 or 7760848. OLE color: 7760848.

HSL color Cylindrical-coordinate representation of color #D06B76: hue angle of 353.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06B76 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 107 118 -
CMYK 0 0.49 0.43 0.18
HSL 353.47º 0.52% 0.62% -
HSV(B) 353.47º 0.49% 0.82% -
XYZ 34.54 25.23 20.19 -
YUV 138.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 208 107 118 0 0.49 0.43 0.18 353.47 0.52 0.62
Hex D0 6B 76 0 31 2B 12 161 34 3E
Octal 320 153 166 0 61 53 22 541 64 76
Binary 11010000 1101011 1110110 0 110001 101011 10010 101100001 110100 111110

Color Harmonies of #D06B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B76

Black with #D06B76

Text Example


Text Example

White with #D06B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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