Html Css Color HEX #D65847 Valencia

📋 copy color: '#D65847'

red 214 ◦ green 88 ◦ blue 71

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

Shades of Valencia #D65847

Tints of Valencia #D65847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

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

R = 57.37%
G = 23.59%
B = 19.03%

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

#D65847 (or 0xD65847) is known color: Valencia. HEX triplet: D6, 58 and 47. RGB value is (214,88,71). Sum of RGB (Red+Green+Blue) = 214+88+71=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D65847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65847 is #29A7B8. Grayscale: #7B7B7B. Windows color (decimal): -2729913 or 4675798. OLE color: 4675798.

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

Color convert

RGB 214 88 71 -
CMYK 0 0.59 0.67 0.16
HSL 7.13º 0.64% 0.56% -
HSV(B) 7.13º 0.67% 0.84% -
XYZ 32.36 21.73 8.45 -
YUV 123.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 214 88 71 0 0.59 0.67 0.16 7.13 0.64 0.56
Hex D6 58 47 0 3B 43 10 7 40 38
Octal 326 130 107 0 73 103 20 7 100 70
Binary 11010110 1011000 1000111 0 111011 1000011 10000 111 1000000 111000

Color Harmonies of #D65847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65847

Black with #D65847

Text Example


Text Example

White with #D65847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65847; }

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

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

background-color css

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

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

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

border-color css

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

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

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