Html Css Color HEX #D06B6C Froly

📋 copy color: '#D06B6C'

red 208 ◦ green 107 ◦ blue 108

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

Shades of Froly #D06B6C

Tints of Froly #D06B6C

RGB

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

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

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

R = 49.17%
G = 25.3%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D06B6C (or 0xD06B6C) is known color: Froly. HEX triplet: D0, 6B and 6C. RGB value is (208,107,108). Sum of RGB (Red+Green+Blue) = 208+107+108=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B6C is #2F9493. Grayscale: #898989. Windows color (decimal): -3118228 or 7105488. OLE color: 7105488.

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

Color convert

RGB 208 107 108 -
CMYK 0 0.49 0.48 0.18
HSL 359.41º 0.52% 0.62% -
HSV(B) 359.41º 0.49% 0.82% -
XYZ 33.98 25.01 17.22 -
YUV 137.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 208 107 108 0 0.49 0.48 0.18 359.41 0.52 0.62
Hex D0 6B 6C 0 31 30 12 167 34 3E
Octal 320 153 154 0 61 60 22 547 64 76
Binary 11010000 1101011 1101100 0 110001 110000 10010 101100111 110100 111110

Color Harmonies of #D06B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B6C

Black with #D06B6C

Text Example


Text Example

White with #D06B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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