Html Css Color HEX #DCD986 Primrose

📋 copy color: '#DCD986'

red 220 ◦ green 217 ◦ blue 134

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

Shades of Primrose #DCD986

Tints of Primrose #DCD986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 38.53%
G = 38%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCD986 (or 0xDCD986) is known color: Primrose. HEX triplet: DC, D9 and 86. RGB value is (220,217,134). Sum of RGB (Red+Green+Blue) = 220+217+134=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD986 is #232679. Grayscale: #D0D0D0. Windows color (decimal): -2303610 or 8837596. OLE color: 8837596.

HSL color Cylindrical-coordinate representation of color #DCD986: hue angle of 57.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCD986 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 134 -
CMYK 0 0.01 0.39 0.14
HSL 57.91º 0.55% 0.69% -
HSV(B) 57.91º 0.39% 0.86% -
XYZ 58.63 66.56 32.31 -
YUV 208.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 220 217 134 0 0.01 0.39 0.14 57.91 0.55 0.69
Hex DC D9 86 0 1 27 E 3A 37 45
Octal 334 331 206 0 1 47 16 72 67 105
Binary 11011100 11011001 10000110 0 1 100111 1110 111010 110111 1000101

Color Harmonies of #DCD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD986

Black with #DCD986

Text Example


Text Example

White with #DCD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD986; }

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

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

background-color css

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

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

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

border-color css

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

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

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