Html Css Color HEX #DB695B Roman

📋 copy color: '#DB695B'

red 219 ◦ green 105 ◦ blue 91

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

Shades of Roman #DB695B

Tints of Roman #DB695B

RGB

 RED value IS 219 (85.94% from 255) = 52.77%

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

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

R = 52.77%
G = 25.3%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB695B (or 0xDB695B) is known color: Roman. HEX triplet: DB, 69 and 5B. RGB value is (219,105,91). Sum of RGB (Red+Green+Blue) = 219+105+91=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB695B is #2496A4. Grayscale: #898989. Windows color (decimal): -2397861 or 5990875. OLE color: 5990875.

HSL color Cylindrical-coordinate representation of color #DB695B: hue angle of 6.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB695B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 91 -
CMYK 0 0.52 0.58 0.14
HSL 6.56º 0.64% 0.61% -
HSV(B) 6.56º 0.58% 0.86% -
XYZ 36.15 25.92 12.99 -
YUV 137.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 219 105 91 0 0.52 0.58 0.14 6.56 0.64 0.61
Hex DB 69 5B 0 34 3A E 7 40 3D
Octal 333 151 133 0 64 72 16 7 100 75
Binary 11011011 1101001 1011011 0 110100 111010 1110 111 1000000 111101

Color Harmonies of #DB695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB695B

Black with #DB695B

Text Example


Text Example

White with #DB695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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