Html Css Color HEX #D65549 Valencia

📋 copy color: '#D65549'

red 214 ◦ green 85 ◦ blue 73

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

Shades of Valencia #D65549

Tints of Valencia #D65549

RGB

 RED value IS 214 (83.98% from 255) = 57.53%

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

 BLUE value IS 73 (28.91% from 255) = 19.62%

R = 57.53%
G = 22.85%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65549 (or 0xD65549) is known color: Valencia. HEX triplet: D6, 55 and 49. RGB value is (214,85,73). Sum of RGB (Red+Green+Blue) = 214+85+73=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D65549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65549 is #29AAB6. Grayscale: #7A7A7A. Windows color (decimal): -2730679 or 4806102. OLE color: 4806102.

HSL color Cylindrical-coordinate representation of color #D65549: hue angle of 5.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D65549 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 73 -
CMYK 0 0.60 0.66 0.16
HSL 5.11º 0.63% 0.56% -
HSV(B) 5.11º 0.66% 0.84% -
XYZ 32.18 21.27 8.71 -
YUV 122.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 214 85 73 0 0.60 0.66 0.16 5.11 0.63 0.56
Hex D6 55 49 0 3C 42 10 5 3F 38
Octal 326 125 111 0 74 102 20 5 77 70
Binary 11010110 1010101 1001001 0 111100 1000010 10000 101 111111 111000

Color Harmonies of #D65549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65549

Black with #D65549

Text Example


Text Example

White with #D65549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65549; }

 p { color: rgb(214,85,73); }

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

background-color css

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

 a { background-color: rgb(214,85,73); }

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

border-color css

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

 span { border-color: rgb(214,85,73); }

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