Html Css Color HEX #D2676A Froly

📋 copy color: '#D2676A'

red 210 ◦ green 103 ◦ blue 106

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

Shades of Froly #D2676A

Tints of Froly #D2676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 50.12%
G = 24.58%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2676A (or 0xD2676A) is known color: Froly. HEX triplet: D2, 67 and 6A. RGB value is (210,103,106). Sum of RGB (Red+Green+Blue) = 210+103+106=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2676A is #2D9895. Grayscale: #878787. Windows color (decimal): -2988182 or 6973394. OLE color: 6973394.

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

Color convert

RGB 210 103 106 -
CMYK 0 0.51 0.50 0.18
HSL 358.32º 0.54% 0.61% -
HSV(B) 358.32º 0.51% 0.82% -
XYZ 34.03 24.44 16.56 -
YUV 135.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 210 103 106 0 0.51 0.50 0.18 358.32 0.54 0.61
Hex D2 67 6A 0 33 32 12 166 36 3D
Octal 322 147 152 0 63 62 22 546 66 75
Binary 11010010 1100111 1101010 0 110011 110010 10010 101100110 110110 111101

Color Harmonies of #D2676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2676A

Black with #D2676A

Text Example


Text Example

White with #D2676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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