Html Css Color HEX #D3666D Froly

📋 copy color: '#D3666D'

red 211 ◦ green 102 ◦ blue 109

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

Shades of Froly #D3666D

Tints of Froly #D3666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

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

R = 50%
G = 24.17%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3666D (or 0xD3666D) is known color: Froly. HEX triplet: D3, 66 and 6D. RGB value is (211,102,109). Sum of RGB (Red+Green+Blue) = 211+102+109=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3666D is #2C9992. Grayscale: #878787. Windows color (decimal): -2922899 or 7169747. OLE color: 7169747.

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

Color convert

RGB 211 102 109 -
CMYK 0 0.52 0.48 0.17
HSL 356.15º 0.55% 0.61% -
HSV(B) 356.15º 0.52% 0.83% -
XYZ 34.38 24.46 17.38 -
YUV 135.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 211 102 109 0 0.52 0.48 0.17 356.15 0.55 0.61
Hex D3 66 6D 0 34 30 11 164 37 3D
Octal 323 146 155 0 64 60 21 544 67 75
Binary 11010011 1100110 1101101 0 110100 110000 10001 101100100 110111 111101

Color Harmonies of #D3666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3666D

Black with #D3666D

Text Example


Text Example

White with #D3666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3666D; }

 p { color: rgb(211,102,109); }

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

background-color css

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

 a { background-color: rgb(211,102,109); }

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

border-color css

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

 span { border-color: rgb(211,102,109); }

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