Html Css Color HEX #DCD686 Primrose

📋 copy color: '#DCD686'

red 220 ◦ green 214 ◦ blue 134

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

Shades of Primrose #DCD686

Tints of Primrose #DCD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

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

R = 38.73%
G = 37.68%
B = 23.59%

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

#DCD686 (or 0xDCD686) is known color: Primrose. HEX triplet: DC, D6 and 86. RGB value is (220,214,134). Sum of RGB (Red+Green+Blue) = 220+214+134=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD686 is #232979. Grayscale: #CFCFCF. Windows color (decimal): -2304378 or 8836828. OLE color: 8836828.

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

Color convert

RGB 220 214 134 -
CMYK 0 0.03 0.39 0.14
HSL 55.81º 0.55% 0.69% -
HSV(B) 55.81º 0.39% 0.86% -
XYZ 57.86 65.03 32.06 -
YUV 206.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 220 214 134 0 0.03 0.39 0.14 55.81 0.55 0.69
Hex DC D6 86 0 3 27 E 38 37 45
Octal 334 326 206 0 3 47 16 70 67 105
Binary 11011100 11010110 10000110 0 11 100111 1110 111000 110111 1000101

Color Harmonies of #DCD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD686

Black with #DCD686

Text Example


Text Example

White with #DCD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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