Html Css Color HEX #DCD988 Primrose

📋 copy color: '#DCD988'

red 220 ◦ green 217 ◦ blue 136

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

Shades of Primrose #DCD988

Tints of Primrose #DCD988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.87%

 BLUE value IS 136 (53.52% from 255) = 23.73%

R = 38.39%
G = 37.87%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD988 (or 0xDCD988) is known color: Primrose. HEX triplet: DC, D9 and 88. RGB value is (220,217,136). Sum of RGB (Red+Green+Blue) = 220+217+136=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD988 is #232677. Grayscale: #D0D0D0. Windows color (decimal): -2303608 or 8968668. OLE color: 8968668.

HSL color Cylindrical-coordinate representation of color #DCD988: hue angle of 57.86º degrees, saturation: 0.55, 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 #DCD988 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 136 -
CMYK 0 0.01 0.38 0.14
HSL 57.86º 0.55% 0.7% -
HSV(B) 57.86º 0.38% 0.86% -
XYZ 58.77 66.62 33.05 -
YUV 208.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 220 217 136 0 0.01 0.38 0.14 57.86 0.55 0.7
Hex DC D9 88 0 1 26 E 3A 37 46
Octal 334 331 210 0 1 46 16 72 67 106
Binary 11011100 11011001 10001000 0 1 100110 1110 111010 110111 1000110

Color Harmonies of #DCD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD988

Black with #DCD988

Text Example


Text Example

White with #DCD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD988; }

 p { color: rgb(220,217,136); }

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

background-color css

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

 a { background-color: rgb(220,217,136); }

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

border-color css

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

 span { border-color: rgb(220,217,136); }

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