Html Css Color HEX #DB675C Roman

📋 copy color: '#DB675C'

red 219 ◦ green 103 ◦ blue 92

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

Shades of Roman #DB675C

Tints of Roman #DB675C

RGB

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

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

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

R = 52.9%
G = 24.88%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB675C (or 0xDB675C) is known color: Roman. HEX triplet: DB, 67 and 5C. RGB value is (219,103,92). Sum of RGB (Red+Green+Blue) = 219+103+92=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB675C is #2498A3. Grayscale: #888888. Windows color (decimal): -2398372 or 6055899. OLE color: 6055899.

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

Color convert

RGB 219 103 92 -
CMYK 0 0.53 0.58 0.14
HSL 5.2º 0.64% 0.61% -
HSV(B) 5.2º 0.58% 0.86% -
XYZ 36 25.53 13.16 -
YUV 136.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 219 103 92 0 0.53 0.58 0.14 5.2 0.64 0.61
Hex DB 67 5C 0 35 3A E 5 40 3D
Octal 333 147 134 0 65 72 16 5 100 75
Binary 11011011 1100111 1011100 0 110101 111010 1110 101 1000000 111101

Color Harmonies of #DB675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB675C

Black with #DB675C

Text Example


Text Example

White with #DB675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB675C; }

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

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

background-color css

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

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

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

border-color css

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

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

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