Html Css Color HEX #D05348 Valencia

📋 copy color: '#D05348'

red 208 ◦ green 83 ◦ blue 72

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

Shades of Valencia #D05348

Tints of Valencia #D05348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 57.3%
G = 22.87%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D05348 (or 0xD05348) is known color: Valencia. HEX triplet: D0, 53 and 48. RGB value is (208,83,72). Sum of RGB (Red+Green+Blue) = 208+83+72=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D05348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05348 is #2FACB7. Grayscale: #777777. Windows color (decimal): -3124408 or 4740048. OLE color: 4740048.

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

Color convert

RGB 208 83 72 -
CMYK 0 0.60 0.65 0.18
HSL 4.85º 0.59% 0.55% -
HSV(B) 4.85º 0.65% 0.82% -
XYZ 30.28 20.06 8.41 -
YUV 119.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 208 83 72 0 0.60 0.65 0.18 4.85 0.59 0.55
Hex D0 53 48 0 3C 41 12 5 3B 37
Octal 320 123 110 0 74 101 22 5 73 67
Binary 11010000 1010011 1001000 0 111100 1000001 10010 101 111011 110111

Color Harmonies of #D05348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05348

Black with #D05348

Text Example


Text Example

White with #D05348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05348; }

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

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

background-color css

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

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

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

border-color css

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

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

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