Html Css Color HEX #D65747 Valencia

📋 copy color: '#D65747'

red 214 ◦ green 87 ◦ blue 71

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

Shades of Valencia #D65747

Tints of Valencia #D65747

RGB

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

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

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

R = 57.53%
G = 23.39%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65747 (or 0xD65747) is known color: Valencia. HEX triplet: D6, 57 and 47. RGB value is (214,87,71). Sum of RGB (Red+Green+Blue) = 214+87+71=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D65747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65747 is #29A8B8. Grayscale: #7B7B7B. Windows color (decimal): -2730169 or 4675542. OLE color: 4675542.

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

Color convert

RGB 214 87 71 -
CMYK 0 0.59 0.67 0.16
HSL 6.71º 0.64% 0.56% -
HSV(B) 6.71º 0.67% 0.84% -
XYZ 32.28 21.57 8.42 -
YUV 123.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 214 87 71 0 0.59 0.67 0.16 6.71 0.64 0.56
Hex D6 57 47 0 3B 43 10 7 40 38
Octal 326 127 107 0 73 103 20 7 100 70
Binary 11010110 1010111 1000111 0 111011 1000011 10000 111 1000000 111000

Color Harmonies of #D65747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65747

Black with #D65747

Text Example


Text Example

White with #D65747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65747; }

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

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

background-color css

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

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

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

border-color css

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

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

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