Html Css Color HEX #DA675D Roman

📋 copy color: '#DA675D'

red 218 ◦ green 103 ◦ blue 93

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

Shades of Roman #DA675D

Tints of Roman #DA675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 52.66%
G = 24.88%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA675D (or 0xDA675D) is known color: Roman. HEX triplet: DA, 67 and 5D. RGB value is (218,103,93). Sum of RGB (Red+Green+Blue) = 218+103+93=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA675D is #2598A2. Grayscale: #888888. Windows color (decimal): -2463907 or 6121434. OLE color: 6121434.

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

Color convert

RGB 218 103 93 -
CMYK 0 0.53 0.57 0.15
HSL 4.8º 0.63% 0.61% -
HSV(B) 4.8º 0.57% 0.85% -
XYZ 35.74 25.4 13.37 -
YUV 136.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 218 103 93 0 0.53 0.57 0.15 4.8 0.63 0.61
Hex DA 67 5D 0 35 39 F 5 3F 3D
Octal 332 147 135 0 65 71 17 5 77 75
Binary 11011010 1100111 1011101 0 110101 111001 1111 101 111111 111101

Color Harmonies of #DA675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA675D

Black with #DA675D

Text Example


Text Example

White with #DA675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA675D; }

 p { color: rgb(218,103,93); }

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

background-color css

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

 a { background-color: rgb(218,103,93); }

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

border-color css

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

 span { border-color: rgb(218,103,93); }

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