Html Css Color HEX #D0594C Valencia

📋 copy color: '#D0594C'

red 208 ◦ green 89 ◦ blue 76

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

Shades of Valencia #D0594C

Tints of Valencia #D0594C

RGB

 RED value IS 208 (81.64% from 255) = 55.76%

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 55.76%
G = 23.86%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0594C (or 0xD0594C) is known color: Valencia. HEX triplet: D0, 59 and 4C. RGB value is (208,89,76). Sum of RGB (Red+Green+Blue) = 208+89+76=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0594C is #2FA6B3. Grayscale: #7B7B7B. Windows color (decimal): -3122868 or 5003728. OLE color: 5003728.

HSL color Cylindrical-coordinate representation of color #D0594C: hue angle of 5.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0594C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 76 -
CMYK 0 0.57 0.63 0.18
HSL 5.91º 0.58% 0.56% -
HSV(B) 5.91º 0.63% 0.82% -
XYZ 30.89 21.08 9.28 -
YUV 123.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 208 89 76 0 0.57 0.63 0.18 5.91 0.58 0.56
Hex D0 59 4C 0 39 3F 12 6 3A 38
Octal 320 131 114 0 71 77 22 6 72 70
Binary 11010000 1011001 1001100 0 111001 111111 10010 110 111010 111000

Color Harmonies of #D0594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0594C

Black with #D0594C

Text Example


Text Example

White with #D0594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0594C; }

 p { color: rgb(208,89,76); }

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

background-color css

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

 a { background-color: rgb(208,89,76); }

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

border-color css

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

 span { border-color: rgb(208,89,76); }

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