Html Css Color HEX #D65947 Valencia

📋 copy color: '#D65947'

red 214 ◦ green 89 ◦ blue 71

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

Shades of Valencia #D65947

Tints of Valencia #D65947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

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

R = 57.22%
G = 23.8%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65947 (or 0xD65947) is known color: Valencia. HEX triplet: D6, 59 and 47. RGB value is (214,89,71). Sum of RGB (Red+Green+Blue) = 214+89+71=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65947 is #29A6B8. Grayscale: #7C7C7C. Windows color (decimal): -2729657 or 4676054. OLE color: 4676054.

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

Color convert

RGB 214 89 71 -
CMYK 0 0.58 0.67 0.16
HSL 7.55º 0.64% 0.56% -
HSV(B) 7.55º 0.67% 0.84% -
XYZ 32.44 21.9 8.48 -
YUV 124.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 214 89 71 0 0.58 0.67 0.16 7.55 0.64 0.56
Hex D6 59 47 0 3A 43 10 8 40 38
Octal 326 131 107 0 72 103 20 10 100 70
Binary 11010110 1011001 1000111 0 111010 1000011 10000 1000 1000000 111000

Color Harmonies of #D65947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65947

Black with #D65947

Text Example


Text Example

White with #D65947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65947; }

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

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

background-color css

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

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

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

border-color css

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

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

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