Html Css Color HEX #D6504D Valencia

📋 copy color: '#D6504D'

red 214 ◦ green 80 ◦ blue 77

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

Shades of Valencia #D6504D

Tints of Valencia #D6504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 57.68%
G = 21.56%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6504D (or 0xD6504D) is known color: Valencia. HEX triplet: D6, 50 and 4D. RGB value is (214,80,77). Sum of RGB (Red+Green+Blue) = 214+80+77=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6504D is #29AFB2. Grayscale: #777777. Windows color (decimal): -2731955 or 5066966. OLE color: 5066966.

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

Color convert

RGB 214 80 77 -
CMYK 0 0.63 0.64 0.16
HSL 1.31º 0.63% 0.57% -
HSV(B) 1.31º 0.64% 0.84% -
XYZ 31.94 20.57 9.31 -
YUV 119.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 214 80 77 0 0.63 0.64 0.16 1.31 0.63 0.57
Hex D6 50 4D 0 3F 40 10 1 3F 39
Octal 326 120 115 0 77 100 20 1 77 71
Binary 11010110 1010000 1001101 0 111111 1000000 10000 1 111111 111001

Color Harmonies of #D6504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6504D

Black with #D6504D

Text Example


Text Example

White with #D6504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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