Html Css Color HEX #DA695B Roman

📋 copy color: '#DA695B'

red 218 ◦ green 105 ◦ blue 91

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

Shades of Roman #DA695B

Tints of Roman #DA695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 52.66%
G = 25.36%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA695B (or 0xDA695B) is known color: Roman. HEX triplet: DA, 69 and 5B. RGB value is (218,105,91). Sum of RGB (Red+Green+Blue) = 218+105+91=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA695B is #2596A4. Grayscale: #898989. Windows color (decimal): -2463397 or 5990874. OLE color: 5990874.

HSL color Cylindrical-coordinate representation of color #DA695B: hue angle of 6.61º 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 #DA695B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 91 -
CMYK 0 0.52 0.58 0.15
HSL 6.61º 0.63% 0.61% -
HSV(B) 6.61º 0.58% 0.85% -
XYZ 35.85 25.76 12.98 -
YUV 137.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 218 105 91 0 0.52 0.58 0.15 6.61 0.63 0.61
Hex DA 69 5B 0 34 3A F 7 3F 3D
Octal 332 151 133 0 64 72 17 7 77 75
Binary 11011010 1101001 1011011 0 110100 111010 1111 111 111111 111101

Color Harmonies of #DA695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA695B

Black with #DA695B

Text Example


Text Example

White with #DA695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA695B; }

 p { color: rgb(218,105,91); }

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

background-color css

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

 a { background-color: rgb(218,105,91); }

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

border-color css

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

 span { border-color: rgb(218,105,91); }

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