Html Css Color HEX #DFD686 Primrose

📋 copy color: '#DFD686'

red 223 ◦ green 214 ◦ blue 134

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

Shades of Primrose #DFD686

Tints of Primrose #DFD686

RGB

 RED value IS 223 (87.5% from 255) = 39.05%

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

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

R = 39.05%
G = 37.48%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFD686 (or 0xDFD686) is known color: Primrose. HEX triplet: DF, D6 and 86. RGB value is (223,214,134). Sum of RGB (Red+Green+Blue) = 223+214+134=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD686 is #202979. Grayscale: #CFCFCF. Windows color (decimal): -2107770 or 8836831. OLE color: 8836831.

HSL color Cylindrical-coordinate representation of color #DFD686: hue angle of 53.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFD686 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 134 -
CMYK 0 0.04 0.40 0.13
HSL 53.93º 0.58% 0.7% -
HSV(B) 53.93º 0.4% 0.87% -
XYZ 58.78 65.5 32.1 -
YUV 207.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 223 214 134 0 0.04 0.40 0.13 53.93 0.58 0.7
Hex DF D6 86 0 4 28 D 36 3A 46
Octal 337 326 206 0 4 50 15 66 72 106
Binary 11011111 11010110 10000110 0 100 101000 1101 110110 111010 1000110

Color Harmonies of #DFD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD686

Black with #DFD686

Text Example


Text Example

White with #DFD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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