Html Css Color HEX #D76269 Froly

📋 copy color: '#D76269'

red 215 ◦ green 98 ◦ blue 105

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

Shades of Froly #D76269

Tints of Froly #D76269

RGB

 RED value IS 215 (84.38% from 255) = 51.44%

 GREEN value IS 98 (38.67% from 255) = 23.44%

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 51.44%
G = 23.44%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D76269 (or 0xD76269) is known color: Froly. HEX triplet: D7, 62 and 69. RGB value is (215,98,105). Sum of RGB (Red+Green+Blue) = 215+98+105=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D76269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76269 is #289D96. Grayscale: #858585. Windows color (decimal): -2661783 or 6906583. OLE color: 6906583.

HSL color Cylindrical-coordinate representation of color #D76269: hue angle of 356.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76269 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 105 -
CMYK 0 0.54 0.51 0.16
HSL 356.41º 0.59% 0.61% -
HSV(B) 356.41º 0.54% 0.84% -
XYZ 34.94 24.2 16.19 -
YUV 133.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 215 98 105 0 0.54 0.51 0.16 356.41 0.59 0.61
Hex D7 62 69 0 36 33 10 164 3B 3D
Octal 327 142 151 0 66 63 20 544 73 75
Binary 11010111 1100010 1101001 0 110110 110011 10000 101100100 111011 111101

Color Harmonies of #D76269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76269

Black with #D76269

Text Example


Text Example

White with #D76269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76269; }

 p { color: rgb(215,98,105); }

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

background-color css

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

 a { background-color: rgb(215,98,105); }

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

border-color css

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

 span { border-color: rgb(215,98,105); }

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