Html Css Color HEX #D65647 Valencia

📋 copy color: '#D65647'

red 214 ◦ green 86 ◦ blue 71

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

Shades of Valencia #D65647

Tints of Valencia #D65647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

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

R = 57.68%
G = 23.18%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65647 (or 0xD65647) is known color: Valencia. HEX triplet: D6, 56 and 47. RGB value is (214,86,71). Sum of RGB (Red+Green+Blue) = 214+86+71=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D65647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65647 is #29A9B8. Grayscale: #7A7A7A. Windows color (decimal): -2730425 or 4675286. OLE color: 4675286.

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

Color convert

RGB 214 86 71 -
CMYK 0 0.60 0.67 0.16
HSL 6.29º 0.64% 0.56% -
HSV(B) 6.29º 0.67% 0.84% -
XYZ 32.2 21.41 8.4 -
YUV 122.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 214 86 71 0 0.60 0.67 0.16 6.29 0.64 0.56
Hex D6 56 47 0 3C 43 10 6 40 38
Octal 326 126 107 0 74 103 20 6 100 70
Binary 11010110 1010110 1000111 0 111100 1000011 10000 110 1000000 111000

Color Harmonies of #D65647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65647

Black with #D65647

Text Example


Text Example

White with #D65647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65647; }

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

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

background-color css

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

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

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

border-color css

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

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

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