Html Css Color HEX #DC6267 Froly

📋 copy color: '#DC6267'

red 220 ◦ green 98 ◦ blue 103

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

Shades of Froly #DC6267

Tints of Froly #DC6267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.28%

 BLUE value IS 103 (40.63% from 255) = 24.47%

R = 52.26%
G = 23.28%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC6267 (or 0xDC6267) is known color: Froly. HEX triplet: DC, 62 and 67. RGB value is (220,98,103). Sum of RGB (Red+Green+Blue) = 220+98+103=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6267 is #239D98. Grayscale: #878787. Windows color (decimal): -2334105 or 6775516. OLE color: 6775516.

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

Color convert

RGB 220 98 103 -
CMYK 0 0.55 0.53 0.14
HSL 357.54º 0.64% 0.62% -
HSV(B) 357.54º 0.55% 0.86% -
XYZ 36.33 24.93 15.73 -
YUV 135.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 220 98 103 0 0.55 0.53 0.14 357.54 0.64 0.62
Hex DC 62 67 0 37 35 E 166 40 3E
Octal 334 142 147 0 67 65 16 546 100 76
Binary 11011100 1100010 1100111 0 110111 110101 1110 101100110 1000000 111110

Color Harmonies of #DC6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6267

Black with #DC6267

Text Example


Text Example

White with #DC6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6267; }

 p { color: rgb(220,98,103); }

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

background-color css

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

 a { background-color: rgb(220,98,103); }

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

border-color css

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

 span { border-color: rgb(220,98,103); }

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