Html Css Color HEX #D0696B Froly

📋 copy color: '#D0696B'

red 208 ◦ green 105 ◦ blue 107

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

Shades of Froly #D0696B

Tints of Froly #D0696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 49.52%
G = 25%
B = 25.48%

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

#D0696B (or 0xD0696B) is known color: Froly. HEX triplet: D0, 69 and 6B. RGB value is (208,105,107). Sum of RGB (Red+Green+Blue) = 208+105+107=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0696B is #2F9694. Grayscale: #888888. Windows color (decimal): -3118741 or 7039440. OLE color: 7039440.

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

Color convert

RGB 208 105 107 -
CMYK 0 0.50 0.49 0.18
HSL 358.84º 0.52% 0.61% -
HSV(B) 358.84º 0.5% 0.82% -
XYZ 33.72 24.57 16.88 -
YUV 136.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 208 105 107 0 0.50 0.49 0.18 358.84 0.52 0.61
Hex D0 69 6B 0 32 31 12 167 34 3D
Octal 320 151 153 0 62 61 22 547 64 75
Binary 11010000 1101001 1101011 0 110010 110001 10010 101100111 110100 111101

Color Harmonies of #D0696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0696B

Black with #D0696B

Text Example


Text Example

White with #D0696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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