Html Css Color HEX #DB695C Roman

📋 copy color: '#DB695C'

red 219 ◦ green 105 ◦ blue 92

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

Shades of Roman #DB695C

Tints of Roman #DB695C

RGB

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

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

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

R = 52.64%
G = 25.24%
B = 22.12%

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

#DB695C (or 0xDB695C) is known color: Roman. HEX triplet: DB, 69 and 5C. RGB value is (219,105,92). Sum of RGB (Red+Green+Blue) = 219+105+92=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB695C is #2496A3. Grayscale: #898989. Windows color (decimal): -2397860 or 6056411. OLE color: 6056411.

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

Color convert

RGB 219 105 92 -
CMYK 0 0.52 0.58 0.14
HSL 6.14º 0.64% 0.61% -
HSV(B) 6.14º 0.58% 0.86% -
XYZ 36.2 25.94 13.22 -
YUV 137.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 219 105 92 0 0.52 0.58 0.14 6.14 0.64 0.61
Hex DB 69 5C 0 34 3A E 6 40 3D
Octal 333 151 134 0 64 72 16 6 100 75
Binary 11011011 1101001 1011100 0 110100 111010 1110 110 1000000 111101

Color Harmonies of #DB695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB695C

Black with #DB695C

Text Example


Text Example

White with #DB695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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