Html Css Color HEX #DF605A Roman

📋 copy color: '#DF605A'

red 223 ◦ green 96 ◦ blue 90

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

Shades of Roman #DF605A

Tints of Roman #DF605A

RGB

 RED value IS 223 (87.5% from 255) = 54.52%

 GREEN value IS 96 (37.89% from 255) = 23.47%

 BLUE value IS 90 (35.55% from 255) = 22%

R = 54.52%
G = 23.47%
B = 22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF605A (or 0xDF605A) is known color: Roman. HEX triplet: DF, 60 and 5A. RGB value is (223,96,90). Sum of RGB (Red+Green+Blue) = 223+96+90=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF605A is #209FA5. Grayscale: #858585. Windows color (decimal): -2138022 or 5923039. OLE color: 5923039.

HSL color Cylindrical-coordinate representation of color #DF605A: hue angle of 2.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF605A is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 90 -
CMYK 0 0.57 0.60 0.13
HSL 2.71º 0.68% 0.61% -
HSV(B) 2.71º 0.6% 0.87% -
XYZ 36.46 24.79 12.54 -
YUV 133.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 223 96 90 0 0.57 0.60 0.13 2.71 0.68 0.61
Hex DF 60 5A 0 39 3C D 3 44 3D
Octal 337 140 132 0 71 74 15 3 104 75
Binary 11011111 1100000 1011010 0 111001 111100 1101 11 1000100 111101

Color Harmonies of #DF605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF605A

Black with #DF605A

Text Example


Text Example

White with #DF605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF605A; }

 p { color: rgb(223,96,90); }

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

background-color css

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

 a { background-color: rgb(223,96,90); }

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

border-color css

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

 span { border-color: rgb(223,96,90); }

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