Html Css Color HEX #DCD88D Primrose

📋 copy color: '#DCD88D'

red 220 ◦ green 216 ◦ blue 141

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

Shades of Primrose #DCD88D

Tints of Primrose #DCD88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.44%

R = 38.13%
G = 37.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCD88D (or 0xDCD88D) is known color: Primrose. HEX triplet: DC, D8 and 8D. RGB value is (220,216,141). Sum of RGB (Red+Green+Blue) = 220+216+141=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD88D is #232772. Grayscale: #D0D0D0. Windows color (decimal): -2303859 or 9296092. OLE color: 9296092.

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

Color convert

RGB 220 216 141 -
CMYK 0 0.02 0.36 0.14
HSL 56.96º 0.53% 0.71% -
HSV(B) 56.96º 0.36% 0.86% -
XYZ 58.88 66.25 34.88 -
YUV 208.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 220 216 141 0 0.02 0.36 0.14 56.96 0.53 0.71
Hex DC D8 8D 0 2 24 E 39 35 47
Octal 334 330 215 0 2 44 16 71 65 107
Binary 11011100 11011000 10001101 0 10 100100 1110 111001 110101 1000111

Color Harmonies of #DCD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD88D

Black with #DCD88D

Text Example


Text Example

White with #DCD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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