Html Css Color HEX #D65444 Valencia

📋 copy color: '#D65444'

red 214 ◦ green 84 ◦ blue 68

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

Shades of Valencia #D65444

Tints of Valencia #D65444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 58.47%
G = 22.95%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65444 (or 0xD65444) is known color: Valencia. HEX triplet: D6, 54 and 44. RGB value is (214,84,68). Sum of RGB (Red+Green+Blue) = 214+84+68=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D65444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65444 is #29ABBB. Grayscale: #797979. Windows color (decimal): -2730940 or 4478166. OLE color: 4478166.

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

Color convert

RGB 214 84 68 -
CMYK 0 0.61 0.68 0.16
HSL 6.58º 0.64% 0.55% -
HSV(B) 6.58º 0.68% 0.84% -
XYZ 31.95 21.05 7.85 -
YUV 121.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 214 84 68 0 0.61 0.68 0.16 6.58 0.64 0.55
Hex D6 54 44 0 3D 44 10 7 40 37
Octal 326 124 104 0 75 104 20 7 100 67
Binary 11010110 1010100 1000100 0 111101 1000100 10000 111 1000000 110111

Color Harmonies of #D65444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65444

Black with #D65444

Text Example


Text Example

White with #D65444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65444; }

 p { color: rgb(214,84,68); }

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

background-color css

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

 a { background-color: rgb(214,84,68); }

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

border-color css

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

 span { border-color: rgb(214,84,68); }

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