Html Css Color HEX #DB554B Valencia

📋 copy color: '#DB554B'

red 219 ◦ green 85 ◦ blue 75

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

Shades of Valencia #DB554B

Tints of Valencia #DB554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 57.78%
G = 22.43%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB554B (or 0xDB554B) is known color: Valencia. HEX triplet: DB, 55 and 4B. RGB value is (219,85,75). Sum of RGB (Red+Green+Blue) = 219+85+75=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB554B is #24AAB4. Grayscale: #7C7C7C. Windows color (decimal): -2402997 or 4937179. OLE color: 4937179.

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

Color convert

RGB 219 85 75 -
CMYK 0 0.61 0.66 0.14
HSL 4.17º 0.67% 0.58% -
HSV(B) 4.17º 0.66% 0.86% -
XYZ 33.73 22.07 9.14 -
YUV 123.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 219 85 75 0 0.61 0.66 0.14 4.17 0.67 0.58
Hex DB 55 4B 0 3D 42 E 4 43 3A
Octal 333 125 113 0 75 102 16 4 103 72
Binary 11011011 1010101 1001011 0 111101 1000010 1110 100 1000011 111010

Color Harmonies of #DB554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB554B

Black with #DB554B

Text Example


Text Example

White with #DB554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB554B; }

 p { color: rgb(219,85,75); }

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

background-color css

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

 a { background-color: rgb(219,85,75); }

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

border-color css

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

 span { border-color: rgb(219,85,75); }

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