Html Css Color HEX #D05047 Valencia

📋 copy color: '#D05047'

red 208 ◦ green 80 ◦ blue 71

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

Shades of Valencia #D05047

Tints of Valencia #D05047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 71 (28.13% from 255) = 19.78%

R = 57.94%
G = 22.28%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D05047 (or 0xD05047) is known color: Valencia. HEX triplet: D0, 50 and 47. RGB value is (208,80,71). Sum of RGB (Red+Green+Blue) = 208+80+71=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D05047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05047 is #2FAFB8. Grayscale: #757575. Windows color (decimal): -3125177 or 4673744. OLE color: 4673744.

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

Color convert

RGB 208 80 71 -
CMYK 0 0.62 0.66 0.18
HSL 3.94º 0.59% 0.55% -
HSV(B) 3.94º 0.66% 0.82% -
XYZ 30.02 19.6 8.16 -
YUV 117.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 208 80 71 0 0.62 0.66 0.18 3.94 0.59 0.55
Hex D0 50 47 0 3E 42 12 4 3B 37
Octal 320 120 107 0 76 102 22 4 73 67
Binary 11010000 1010000 1000111 0 111110 1000010 10010 100 111011 110111

Color Harmonies of #D05047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05047

Black with #D05047

Text Example


Text Example

White with #D05047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05047; }

 p { color: rgb(208,80,71); }

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

background-color css

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

 a { background-color: rgb(208,80,71); }

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

border-color css

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

 span { border-color: rgb(208,80,71); }

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