Html Css Color HEX #DC6375 Froly

📋 copy color: '#DC6375'

red 220 ◦ green 99 ◦ blue 117

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

Shades of Froly #DC6375

Tints of Froly #DC6375

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 50.46%
G = 22.71%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6375 (or 0xDC6375) is known color: Froly. HEX triplet: DC, 63 and 75. RGB value is (220,99,117). Sum of RGB (Red+Green+Blue) = 220+99+117=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6375 is #239C8A. Grayscale: #898989. Windows color (decimal): -2333835 or 7693276. OLE color: 7693276.

HSL color Cylindrical-coordinate representation of color #DC6375: hue angle of 351.07º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6375 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 117 -
CMYK 0 0.55 0.47 0.14
HSL 351.07º 0.63% 0.63% -
HSV(B) 351.07º 0.55% 0.86% -
XYZ 37.19 25.42 19.78 -
YUV 137.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 220 99 117 0 0.55 0.47 0.14 351.07 0.63 0.63
Hex DC 63 75 0 37 2F E 15F 3F 3F
Octal 334 143 165 0 67 57 16 537 77 77
Binary 11011100 1100011 1110101 0 110111 101111 1110 101011111 111111 111111

Color Harmonies of #DC6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6375

Black with #DC6375

Text Example


Text Example

White with #DC6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6375; }

 p { color: rgb(220,99,117); }

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

background-color css

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

 a { background-color: rgb(220,99,117); }

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

border-color css

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

 span { border-color: rgb(220,99,117); }

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