Html Css Color HEX #DCD884 Primrose

📋 copy color: '#DCD884'

red 220 ◦ green 216 ◦ blue 132

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

Shades of Primrose #DCD884

Tints of Primrose #DCD884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.24%

R = 38.73%
G = 38.03%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD884 (or 0xDCD884) is known color: Primrose. HEX triplet: DC, D8 and 84. RGB value is (220,216,132). Sum of RGB (Red+Green+Blue) = 220+216+132=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD884 is #23277B. Grayscale: #CFCFCF. Windows color (decimal): -2303868 or 8706268. OLE color: 8706268.

HSL color Cylindrical-coordinate representation of color #DCD884: hue angle of 57.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD884 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 132 -
CMYK 0 0.02 0.40 0.14
HSL 57.27º 0.56% 0.69% -
HSV(B) 57.27º 0.4% 0.86% -
XYZ 58.24 65.99 31.5 -
YUV 207.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 220 216 132 0 0.02 0.40 0.14 57.27 0.56 0.69
Hex DC D8 84 0 2 28 E 39 38 45
Octal 334 330 204 0 2 50 16 71 70 105
Binary 11011100 11011000 10000100 0 10 101000 1110 111001 111000 1000101

Color Harmonies of #DCD884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD884

Black with #DCD884

Text Example


Text Example

White with #DCD884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD884; }

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

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

background-color css

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

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

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

border-color css

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

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

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