Html Css Color HEX #DA665C Roman

📋 copy color: '#DA665C'

red 218 ◦ green 102 ◦ blue 92

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

Shades of Roman #DA665C

Tints of Roman #DA665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 52.91%
G = 24.76%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA665C (or 0xDA665C) is known color: Roman. HEX triplet: DA, 66 and 5C. RGB value is (218,102,92). Sum of RGB (Red+Green+Blue) = 218+102+92=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA665C is #2599A3. Grayscale: #878787. Windows color (decimal): -2464164 or 6055642. OLE color: 6055642.

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

Color convert

RGB 218 102 92 -
CMYK 0 0.53 0.58 0.15
HSL 4.76º 0.63% 0.61% -
HSV(B) 4.76º 0.58% 0.85% -
XYZ 35.6 25.18 13.11 -
YUV 135.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 218 102 92 0 0.53 0.58 0.15 4.76 0.63 0.61
Hex DA 66 5C 0 35 3A F 5 3F 3D
Octal 332 146 134 0 65 72 17 5 77 75
Binary 11011010 1100110 1011100 0 110101 111010 1111 101 111111 111101

Color Harmonies of #DA665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA665C

Black with #DA665C

Text Example


Text Example

White with #DA665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA665C; }

 p { color: rgb(218,102,92); }

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

background-color css

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

 a { background-color: rgb(218,102,92); }

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

border-color css

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

 span { border-color: rgb(218,102,92); }

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