Html Css Color HEX #DB524C Valencia

📋 copy color: '#DB524C'

red 219 ◦ green 82 ◦ blue 76

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

Shades of Valencia #DB524C

Tints of Valencia #DB524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 58.09%
G = 21.75%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB524C (or 0xDB524C) is known color: Valencia. HEX triplet: DB, 52 and 4C. RGB value is (219,82,76). Sum of RGB (Red+Green+Blue) = 219+82+76=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB524C is #24ADB3. Grayscale: #7A7A7A. Windows color (decimal): -2403764 or 5001947. OLE color: 5001947.

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

Color convert

RGB 219 82 76 -
CMYK 0 0.63 0.65 0.14
HSL 2.52º 0.67% 0.58% -
HSV(B) 2.52º 0.65% 0.86% -
XYZ 33.54 21.62 9.24 -
YUV 122.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 219 82 76 0 0.63 0.65 0.14 2.52 0.67 0.58
Hex DB 52 4C 0 3F 41 E 3 43 3A
Octal 333 122 114 0 77 101 16 3 103 72
Binary 11011011 1010010 1001100 0 111111 1000001 1110 11 1000011 111010

Color Harmonies of #DB524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB524C

Black with #DB524C

Text Example


Text Example

White with #DB524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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