Html Css Color HEX #D2676D Froly

📋 copy color: '#D2676D'

red 210 ◦ green 103 ◦ blue 109

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

Shades of Froly #D2676D

Tints of Froly #D2676D

RGB

 RED value IS 210 (82.42% from 255) = 49.76%

 GREEN value IS 103 (40.63% from 255) = 24.41%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 49.76%
G = 24.41%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2676D (or 0xD2676D) is known color: Froly. HEX triplet: D2, 67 and 6D. RGB value is (210,103,109). Sum of RGB (Red+Green+Blue) = 210+103+109=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2676D is #2D9892. Grayscale: #878787. Windows color (decimal): -2988179 or 7170002. OLE color: 7170002.

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

Color convert

RGB 210 103 109 -
CMYK 0 0.51 0.48 0.18
HSL 356.64º 0.54% 0.61% -
HSV(B) 356.64º 0.51% 0.82% -
XYZ 34.19 24.51 17.4 -
YUV 135.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 210 103 109 0 0.51 0.48 0.18 356.64 0.54 0.61
Hex D2 67 6D 0 33 30 12 165 36 3D
Octal 322 147 155 0 63 60 22 545 66 75
Binary 11010010 1100111 1101101 0 110011 110000 10010 101100101 110110 111101

Color Harmonies of #D2676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2676D

Black with #D2676D

Text Example


Text Example

White with #D2676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2676D; }

 p { color: rgb(210,103,109); }

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

background-color css

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

 a { background-color: rgb(210,103,109); }

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

border-color css

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

 span { border-color: rgb(210,103,109); }

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