Html Css Color HEX #DB5C4E Valencia

📋 copy color: '#DB5C4E'

red 219 ◦ green 92 ◦ blue 78

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

Shades of Valencia #DB5C4E

Tints of Valencia #DB5C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 56.3%
G = 23.65%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB5C4E (or 0xDB5C4E) is known color: Valencia. HEX triplet: DB, 5C and 4E. RGB value is (219,92,78). Sum of RGB (Red+Green+Blue) = 219+92+78=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C4E is #24A3B1. Grayscale: #808080. Windows color (decimal): -2401202 or 5135579. OLE color: 5135579.

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

Color convert

RGB 219 92 78 -
CMYK 0 0.58 0.64 0.14
HSL 5.96º 0.66% 0.58% -
HSV(B) 5.96º 0.64% 0.86% -
XYZ 34.42 23.26 9.88 -
YUV 128.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 219 92 78 0 0.58 0.64 0.14 5.96 0.66 0.58
Hex DB 5C 4E 0 3A 40 E 6 42 3A
Octal 333 134 116 0 72 100 16 6 102 72
Binary 11011011 1011100 1001110 0 111010 1000000 1110 110 1000010 111010

Color Harmonies of #DB5C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C4E

Black with #DB5C4E

Text Example


Text Example

White with #DB5C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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