Html Css Color HEX #D6554C Valencia

📋 copy color: '#D6554C'

red 214 ◦ green 85 ◦ blue 76

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

Shades of Valencia #D6554C

Tints of Valencia #D6554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 57.07%
G = 22.67%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6554C (or 0xD6554C) is known color: Valencia. HEX triplet: D6, 55 and 4C. RGB value is (214,85,76). Sum of RGB (Red+Green+Blue) = 214+85+76=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6554C is #29AAB3. Grayscale: #7A7A7A. Windows color (decimal): -2730676 or 5002710. OLE color: 5002710.

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

Color convert

RGB 214 85 76 -
CMYK 0 0.60 0.64 0.16
HSL 3.91º 0.63% 0.57% -
HSV(B) 3.91º 0.64% 0.84% -
XYZ 32.28 21.31 9.25 -
YUV 122.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 214 85 76 0 0.60 0.64 0.16 3.91 0.63 0.57
Hex D6 55 4C 0 3C 40 10 4 3F 39
Octal 326 125 114 0 74 100 20 4 77 71
Binary 11010110 1010101 1001100 0 111100 1000000 10000 100 111111 111001

Color Harmonies of #D6554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6554C

Black with #D6554C

Text Example


Text Example

White with #D6554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6554C; }

 p { color: rgb(214,85,76); }

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

background-color css

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

 a { background-color: rgb(214,85,76); }

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

border-color css

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

 span { border-color: rgb(214,85,76); }

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