Html Css Color HEX #DCD889 Primrose

📋 copy color: '#DCD889'

red 220 ◦ green 216 ◦ blue 137

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

Shades of Primrose #DCD889

Tints of Primrose #DCD889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.91%

R = 38.39%
G = 37.7%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD889 (or 0xDCD889) is known color: Primrose. HEX triplet: DC, D8 and 89. RGB value is (220,216,137). Sum of RGB (Red+Green+Blue) = 220+216+137=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD889 is #232776. Grayscale: #D0D0D0. Windows color (decimal): -2303863 or 9033948. OLE color: 9033948.

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

Color convert

RGB 220 216 137 -
CMYK 0 0.02 0.38 0.14
HSL 57.11º 0.54% 0.7% -
HSV(B) 57.11º 0.38% 0.86% -
XYZ 58.59 66.13 33.34 -
YUV 208.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 220 216 137 0 0.02 0.38 0.14 57.11 0.54 0.7
Hex DC D8 89 0 2 26 E 39 36 46
Octal 334 330 211 0 2 46 16 71 66 106
Binary 11011100 11011000 10001001 0 10 100110 1110 111001 110110 1000110

Color Harmonies of #DCD889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD889

Black with #DCD889

Text Example


Text Example

White with #DCD889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD889; }

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

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

background-color css

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

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

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

border-color css

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

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

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