Html Css Color HEX #D65749 Valencia

📋 copy color: '#D65749'

red 214 ◦ green 87 ◦ blue 73

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

Shades of Valencia #D65749

Tints of Valencia #D65749

RGB

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

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

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

R = 57.22%
G = 23.26%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65749 (or 0xD65749) is known color: Valencia. HEX triplet: D6, 57 and 49. RGB value is (214,87,73). Sum of RGB (Red+Green+Blue) = 214+87+73=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65749 is #29A8B6. Grayscale: #7B7B7B. Windows color (decimal): -2730167 or 4806614. OLE color: 4806614.

HSL color Cylindrical-coordinate representation of color #D65749: hue angle of 5.96º 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 #D65749 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 73 -
CMYK 0 0.59 0.66 0.16
HSL 5.96º 0.63% 0.56% -
HSV(B) 5.96º 0.66% 0.84% -
XYZ 32.34 21.59 8.77 -
YUV 123.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 214 87 73 0 0.59 0.66 0.16 5.96 0.63 0.56
Hex D6 57 49 0 3B 42 10 6 3F 38
Octal 326 127 111 0 73 102 20 6 77 70
Binary 11010110 1010111 1001001 0 111011 1000010 10000 110 111111 111000

Color Harmonies of #D65749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65749

Black with #D65749

Text Example


Text Example

White with #D65749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65749; }

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

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

background-color css

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

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

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

border-color css

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

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

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