Html Css Color HEX #DA635F Roman

📋 copy color: '#DA635F'

red 218 ◦ green 99 ◦ blue 95

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

Shades of Roman #DA635F

Tints of Roman #DA635F

RGB

 RED value IS 218 (85.55% from 255) = 52.91%

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

 BLUE value IS 95 (37.5% from 255) = 23.06%

R = 52.91%
G = 24.03%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA635F (or 0xDA635F) is known color: Roman. HEX triplet: DA, 63 and 5F. RGB value is (218,99,95). Sum of RGB (Red+Green+Blue) = 218+99+95=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA635F is #259CA0. Grayscale: #868686. Windows color (decimal): -2464929 or 6251482. OLE color: 6251482.

HSL color Cylindrical-coordinate representation of color #DA635F: hue angle of 1.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA635F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 95 -
CMYK 0 0.55 0.56 0.15
HSL 1.95º 0.62% 0.61% -
HSV(B) 1.95º 0.56% 0.85% -
XYZ 35.44 24.66 13.72 -
YUV 134.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 218 99 95 0 0.55 0.56 0.15 1.95 0.62 0.61
Hex DA 63 5F 0 37 38 F 2 3E 3D
Octal 332 143 137 0 67 70 17 2 76 75
Binary 11011010 1100011 1011111 0 110111 111000 1111 10 111110 111101

Color Harmonies of #DA635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA635F

Black with #DA635F

Text Example


Text Example

White with #DA635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA635F; }

 p { color: rgb(218,99,95); }

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

background-color css

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

 a { background-color: rgb(218,99,95); }

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

border-color css

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

 span { border-color: rgb(218,99,95); }

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