Html Css Color HEX #DB675E Roman

📋 copy color: '#DB675E'

red 219 ◦ green 103 ◦ blue 94

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

Shades of Roman #DB675E

Tints of Roman #DB675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 52.64%
G = 24.76%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB675E (or 0xDB675E) is known color: Roman. HEX triplet: DB, 67 and 5E. RGB value is (219,103,94). Sum of RGB (Red+Green+Blue) = 219+103+94=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB675E is #2498A1. Grayscale: #888888. Windows color (decimal): -2398370 or 6186971. OLE color: 6186971.

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

Color convert

RGB 219 103 94 -
CMYK 0 0.53 0.57 0.14
HSL 4.32º 0.63% 0.61% -
HSV(B) 4.32º 0.57% 0.86% -
XYZ 36.08 25.57 13.62 -
YUV 136.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 219 103 94 0 0.53 0.57 0.14 4.32 0.63 0.61
Hex DB 67 5E 0 35 39 E 4 3F 3D
Octal 333 147 136 0 65 71 16 4 77 75
Binary 11011011 1100111 1011110 0 110101 111001 1110 100 111111 111101

Color Harmonies of #DB675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB675E

Black with #DB675E

Text Example


Text Example

White with #DB675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB675E; }

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

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

background-color css

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

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

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

border-color css

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

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

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