Html Css Color HEX #DB564C Valencia

📋 copy color: '#DB564C'

red 219 ◦ green 86 ◦ blue 76

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

Shades of Valencia #DB564C

Tints of Valencia #DB564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 57.48%
G = 22.57%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB564C (or 0xDB564C) is known color: Valencia. HEX triplet: DB, 56 and 4C. RGB value is (219,86,76). Sum of RGB (Red+Green+Blue) = 219+86+76=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB564C is #24A9B3. Grayscale: #7C7C7C. Windows color (decimal): -2402740 or 5002971. OLE color: 5002971.

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

Color convert

RGB 219 86 76 -
CMYK 0 0.61 0.65 0.14
HSL 4.2º 0.67% 0.58% -
HSV(B) 4.2º 0.65% 0.86% -
XYZ 33.85 22.24 9.35 -
YUV 124.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 219 86 76 0 0.61 0.65 0.14 4.2 0.67 0.58
Hex DB 56 4C 0 3D 41 E 4 43 3A
Octal 333 126 114 0 75 101 16 4 103 72
Binary 11011011 1010110 1001100 0 111101 1000001 1110 100 1000011 111010

Color Harmonies of #DB564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB564C

Black with #DB564C

Text Example


Text Example

White with #DB564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB564C; }

 p { color: rgb(219,86,76); }

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

background-color css

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

 a { background-color: rgb(219,86,76); }

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

border-color css

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

 span { border-color: rgb(219,86,76); }

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