Html Css Color HEX #D07279 Froly

📋 copy color: '#D07279'

red 208 ◦ green 114 ◦ blue 121

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

Shades of Froly #D07279

Tints of Froly #D07279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 46.95%
G = 25.73%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07279 (or 0xD07279) is known color: Froly. HEX triplet: D0, 72 and 79. RGB value is (208,114,121). Sum of RGB (Red+Green+Blue) = 208+114+121=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07279 is #2F8D86. Grayscale: #8E8E8E. Windows color (decimal): -3116423 or 7959248. OLE color: 7959248.

HSL color Cylindrical-coordinate representation of color #D07279: hue angle of 355.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07279 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 121 -
CMYK 0 0.45 0.42 0.18
HSL 355.53º 0.5% 0.63% -
HSV(B) 355.53º 0.45% 0.82% -
XYZ 35.48 26.83 21.4 -
YUV 142.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 208 114 121 0 0.45 0.42 0.18 355.53 0.5 0.63
Hex D0 72 79 0 2D 2A 12 164 32 3F
Octal 320 162 171 0 55 52 22 544 62 77
Binary 11010000 1110010 1111001 0 101101 101010 10010 101100100 110010 111111

Color Harmonies of #D07279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07279

Black with #D07279

Text Example


Text Example

White with #D07279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07279; }

 p { color: rgb(208,114,121); }

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

background-color css

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

 a { background-color: rgb(208,114,121); }

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

border-color css

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

 span { border-color: rgb(208,114,121); }

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