Html Css Color HEX #D6584D Valencia

📋 copy color: '#D6584D'

red 214 ◦ green 88 ◦ blue 77

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

Shades of Valencia #D6584D

Tints of Valencia #D6584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 56.46%
G = 23.22%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6584D (or 0xD6584D) is known color: Valencia. HEX triplet: D6, 58 and 4D. RGB value is (214,88,77). Sum of RGB (Red+Green+Blue) = 214+88+77=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6584D is #29A7B2. Grayscale: #7C7C7C. Windows color (decimal): -2729907 or 5069014. OLE color: 5069014.

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

Color convert

RGB 214 88 77 -
CMYK 0 0.59 0.64 0.16
HSL 4.82º 0.63% 0.57% -
HSV(B) 4.82º 0.64% 0.84% -
XYZ 32.56 21.81 9.52 -
YUV 124.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 214 88 77 0 0.59 0.64 0.16 4.82 0.63 0.57
Hex D6 58 4D 0 3B 40 10 5 3F 39
Octal 326 130 115 0 73 100 20 5 77 71
Binary 11010110 1011000 1001101 0 111011 1000000 10000 101 111111 111001

Color Harmonies of #D6584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6584D

Black with #D6584D

Text Example


Text Example

White with #D6584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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