Html Css Color HEX #DCD890 Primrose

📋 copy color: '#DCD890'

red 220 ◦ green 216 ◦ blue 144

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

Shades of Primrose #DCD890

Tints of Primrose #DCD890

RGB

 RED value IS 220 (86.33% from 255) = 37.93%

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 144 (56.64% from 255) = 24.83%

R = 37.93%
G = 37.24%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD890 (or 0xDCD890) is known color: Primrose. HEX triplet: DC, D8 and 90. RGB value is (220,216,144). Sum of RGB (Red+Green+Blue) = 220+216+144=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD890 is #23276F. Grayscale: #D1D1D1. Windows color (decimal): -2303856 or 9492700. OLE color: 9492700.

HSL color Cylindrical-coordinate representation of color #DCD890: hue angle of 56.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD890 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 144 -
CMYK 0 0.02 0.35 0.14
HSL 56.84º 0.52% 0.71% -
HSV(B) 56.84º 0.35% 0.86% -
XYZ 59.11 66.34 36.08 -
YUV 208.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 220 216 144 0 0.02 0.35 0.14 56.84 0.52 0.71
Hex DC D8 90 0 2 23 E 39 34 47
Octal 334 330 220 0 2 43 16 71 64 107
Binary 11011100 11011000 10010000 0 10 100011 1110 111001 110100 1000111

Color Harmonies of #DCD890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD890

Black with #DCD890

Text Example


Text Example

White with #DCD890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD890; }

 p { color: rgb(220,216,144); }

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

background-color css

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

 a { background-color: rgb(220,216,144); }

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

border-color css

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

 span { border-color: rgb(220,216,144); }

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