Html Css Color HEX #D06A70 Froly

📋 copy color: '#D06A70'

red 208 ◦ green 106 ◦ blue 112

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

Shades of Froly #D06A70

Tints of Froly #D06A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 48.83%
G = 24.88%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06A70 (or 0xD06A70) is known color: Froly. HEX triplet: D0, 6A and 70. RGB value is (208,106,112). Sum of RGB (Red+Green+Blue) = 208+106+112=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A70 is #2F958F. Grayscale: #898989. Windows color (decimal): -3118480 or 7367376. OLE color: 7367376.

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

Color convert

RGB 208 106 112 -
CMYK 0 0.49 0.46 0.18
HSL 356.47º 0.52% 0.62% -
HSV(B) 356.47º 0.49% 0.82% -
XYZ 34.09 24.89 18.34 -
YUV 137.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 208 106 112 0 0.49 0.46 0.18 356.47 0.52 0.62
Hex D0 6A 70 0 31 2E 12 164 34 3E
Octal 320 152 160 0 61 56 22 544 64 76
Binary 11010000 1101010 1110000 0 110001 101110 10010 101100100 110100 111110

Color Harmonies of #D06A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A70

Black with #D06A70

Text Example


Text Example

White with #D06A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A70; }

 p { color: rgb(208,106,112); }

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

background-color css

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

 a { background-color: rgb(208,106,112); }

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

border-color css

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

 span { border-color: rgb(208,106,112); }

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