Html Css Color HEX #D05548 Valencia

📋 copy color: '#D05548'

red 208 ◦ green 85 ◦ blue 72

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

Shades of Valencia #D05548

Tints of Valencia #D05548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 56.99%
G = 23.29%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D05548 (or 0xD05548) is known color: Valencia. HEX triplet: D0, 55 and 48. RGB value is (208,85,72). Sum of RGB (Red+Green+Blue) = 208+85+72=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D05548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05548 is #2FAAB7. Grayscale: #787878. Windows color (decimal): -3123896 or 4740560. OLE color: 4740560.

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

Color convert

RGB 208 85 72 -
CMYK 0 0.59 0.65 0.18
HSL 5.74º 0.59% 0.55% -
HSV(B) 5.74º 0.65% 0.82% -
XYZ 30.43 20.37 8.46 -
YUV 120.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 208 85 72 0 0.59 0.65 0.18 5.74 0.59 0.55
Hex D0 55 48 0 3B 41 12 6 3B 37
Octal 320 125 110 0 73 101 22 6 73 67
Binary 11010000 1010101 1001000 0 111011 1000001 10010 110 111011 110111

Color Harmonies of #D05548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05548

Black with #D05548

Text Example


Text Example

White with #D05548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05548; }

 p { color: rgb(208,85,72); }

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

background-color css

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

 a { background-color: rgb(208,85,72); }

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

border-color css

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

 span { border-color: rgb(208,85,72); }

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