Html Css Color HEX #D05654 Valencia

📋 copy color: '#D05654'

red 208 ◦ green 86 ◦ blue 84

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

Shades of Valencia #D05654

Tints of Valencia #D05654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 55.03%
G = 22.75%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D05654 (or 0xD05654) is known color: Valencia. HEX triplet: D0, 56 and 54. RGB value is (208,86,84). Sum of RGB (Red+Green+Blue) = 208+86+84=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D05654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05654 is #2FA9AB. Grayscale: #7A7A7A. Windows color (decimal): -3123628 or 5527248. OLE color: 5527248.

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

Color convert

RGB 208 86 84 -
CMYK 0 0.59 0.60 0.18
HSL 0.97º 0.57% 0.57% -
HSV(B) 0.97º 0.6% 0.82% -
XYZ 30.94 20.71 10.75 -
YUV 122.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 208 86 84 0 0.59 0.60 0.18 0.97 0.57 0.57
Hex D0 56 54 0 3B 3C 12 1 39 39
Octal 320 126 124 0 73 74 22 1 71 71
Binary 11010000 1010110 1010100 0 111011 111100 10010 1 111001 111001

Color Harmonies of #D05654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05654

Black with #D05654

Text Example


Text Example

White with #D05654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05654; }

 p { color: rgb(208,86,84); }

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

background-color css

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

 a { background-color: rgb(208,86,84); }

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

border-color css

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

 span { border-color: rgb(208,86,84); }

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