Html Css Color HEX #D05754 Valencia

📋 copy color: '#D05754'

red 208 ◦ green 87 ◦ blue 84

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

Shades of Valencia #D05754

Tints of Valencia #D05754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 54.88%
G = 22.96%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D05754 (or 0xD05754) is known color: Valencia. HEX triplet: D0, 57 and 54. RGB value is (208,87,84). Sum of RGB (Red+Green+Blue) = 208+87+84=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D05754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05754 is #2FA8AB. Grayscale: #7A7A7A. Windows color (decimal): -3123372 or 5527504. OLE color: 5527504.

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

Color convert

RGB 208 87 84 -
CMYK 0 0.58 0.60 0.18
HSL 1.45º 0.57% 0.57% -
HSV(B) 1.45º 0.6% 0.82% -
XYZ 31.02 20.87 10.78 -
YUV 122.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 208 87 84 0 0.58 0.60 0.18 1.45 0.57 0.57
Hex D0 57 54 0 3A 3C 12 1 39 39
Octal 320 127 124 0 72 74 22 1 71 71
Binary 11010000 1010111 1010100 0 111010 111100 10010 1 111001 111001

Color Harmonies of #D05754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05754

Black with #D05754

Text Example


Text Example

White with #D05754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05754; }

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

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

background-color css

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

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

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

border-color css

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

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

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