Html Css Color HEX #D84E44 Valencia

📋 copy color: '#D84E44'

red 216 ◦ green 78 ◦ blue 68

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

Shades of Valencia #D84E44

Tints of Valencia #D84E44

RGB

 RED value IS 216 (84.77% from 255) = 59.67%

 GREEN value IS 78 (30.86% from 255) = 21.55%

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

R = 59.67%
G = 21.55%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84E44 (or 0xD84E44) is known color: Valencia. HEX triplet: D8, 4E and 44. RGB value is (216,78,68). Sum of RGB (Red+Green+Blue) = 216+78+68=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E44 is #27B1BB. Grayscale: #767676. Windows color (decimal): -2601404 or 4476632. OLE color: 4476632.

HSL color Cylindrical-coordinate representation of color #D84E44: hue angle of 4.05º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84E44 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 68 -
CMYK 0 0.64 0.69 0.15
HSL 4.05º 0.65% 0.56% -
HSV(B) 4.05º 0.69% 0.85% -
XYZ 32.09 20.47 7.73 -
YUV 118.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 216 78 68 0 0.64 0.69 0.15 4.05 0.65 0.56
Hex D8 4E 44 0 40 45 F 4 41 38
Octal 330 116 104 0 100 105 17 4 101 70
Binary 11011000 1001110 1000100 0 1000000 1000101 1111 100 1000001 111000

Color Harmonies of #D84E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E44

Black with #D84E44

Text Example


Text Example

White with #D84E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E44; }

 p { color: rgb(216,78,68); }

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

background-color css

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

 a { background-color: rgb(216,78,68); }

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

border-color css

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

 span { border-color: rgb(216,78,68); }

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