Html Css Color HEX #DCD586 Primrose

📋 copy color: '#DCD586'

red 220 ◦ green 213 ◦ blue 134

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

Shades of Primrose #DCD586

Tints of Primrose #DCD586

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.57%

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

R = 38.8%
G = 37.57%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCD586 (or 0xDCD586) is known color: Primrose. HEX triplet: DC, D5 and 86. RGB value is (220,213,134). Sum of RGB (Red+Green+Blue) = 220+213+134=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD586 is #232A79. Grayscale: #CECECE. Windows color (decimal): -2304634 or 8836572. OLE color: 8836572.

HSL color Cylindrical-coordinate representation of color #DCD586: hue angle of 55.12º 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 #DCD586 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 134 -
CMYK 0 0.03 0.39 0.14
HSL 55.12º 0.55% 0.69% -
HSV(B) 55.12º 0.39% 0.86% -
XYZ 57.61 64.53 31.97 -
YUV 206.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 220 213 134 0 0.03 0.39 0.14 55.12 0.55 0.69
Hex DC D5 86 0 3 27 E 37 37 45
Octal 334 325 206 0 3 47 16 67 67 105
Binary 11011100 11010101 10000110 0 11 100111 1110 110111 110111 1000101

Color Harmonies of #DCD586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD586

Black with #DCD586

Text Example


Text Example

White with #DCD586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD586; }

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

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

background-color css

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

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

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

border-color css

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

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

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