Html Css Color HEX #D0584D Valencia

📋 copy color: '#D0584D'

red 208 ◦ green 88 ◦ blue 77

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

Shades of Valencia #D0584D

Tints of Valencia #D0584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 55.76%
G = 23.59%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0584D (or 0xD0584D) is known color: Valencia. HEX triplet: D0, 58 and 4D. RGB value is (208,88,77). Sum of RGB (Red+Green+Blue) = 208+88+77=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0584D is #2FA7B2. Grayscale: #7A7A7A. Windows color (decimal): -3123123 or 5069008. OLE color: 5069008.

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

Color convert

RGB 208 88 77 -
CMYK 0 0.58 0.63 0.18
HSL 5.04º 0.58% 0.56% -
HSV(B) 5.04º 0.63% 0.82% -
XYZ 30.84 20.93 9.43 -
YUV 122.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 208 88 77 0 0.58 0.63 0.18 5.04 0.58 0.56
Hex D0 58 4D 0 3A 3F 12 5 3A 38
Octal 320 130 115 0 72 77 22 5 72 70
Binary 11010000 1011000 1001101 0 111010 111111 10010 101 111010 111000

Color Harmonies of #D0584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0584D

Black with #D0584D

Text Example


Text Example

White with #D0584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0584D; }

 p { color: rgb(208,88,77); }

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

background-color css

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

 a { background-color: rgb(208,88,77); }

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

border-color css

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

 span { border-color: rgb(208,88,77); }

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