Html Css Color HEX #D3676A Froly

📋 copy color: '#D3676A'

red 211 ◦ green 103 ◦ blue 106

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

Shades of Froly #D3676A

Tints of Froly #D3676A

RGB

 RED value IS 211 (82.81% from 255) = 50.24%

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

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

R = 50.24%
G = 24.52%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3676A (or 0xD3676A) is known color: Froly. HEX triplet: D3, 67 and 6A. RGB value is (211,103,106). Sum of RGB (Red+Green+Blue) = 211+103+106=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3676A is #2C9895. Grayscale: #878787. Windows color (decimal): -2922646 or 6973395. OLE color: 6973395.

HSL color Cylindrical-coordinate representation of color #D3676A: hue angle of 358.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3676A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 103 106 -
CMYK 0 0.51 0.50 0.17
HSL 358.33º 0.55% 0.62% -
HSV(B) 358.33º 0.51% 0.83% -
XYZ 34.32 24.59 16.57 -
YUV 135.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 211 103 106 0 0.51 0.50 0.17 358.33 0.55 0.62
Hex D3 67 6A 0 33 32 11 166 37 3E
Octal 323 147 152 0 63 62 21 546 67 76
Binary 11010011 1100111 1101010 0 110011 110010 10001 101100110 110111 111110

Color Harmonies of #D3676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3676A

Black with #D3676A

Text Example


Text Example

White with #D3676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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