Html Css Color HEX #DFD786 Primrose

📋 copy color: '#DFD786'

red 223 ◦ green 215 ◦ blue 134

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

Shades of Primrose #DFD786

Tints of Primrose #DFD786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.59%

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

R = 38.99%
G = 37.59%
B = 23.43%

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

#DFD786 (or 0xDFD786) is known color: Primrose. HEX triplet: DF, D7 and 86. RGB value is (223,215,134). Sum of RGB (Red+Green+Blue) = 223+215+134=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD786 is #202879. Grayscale: #D0D0D0. Windows color (decimal): -2107514 or 8837087. OLE color: 8837087.

HSL color Cylindrical-coordinate representation of color #DFD786: hue angle of 54.61º 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 #DFD786 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 134 -
CMYK 0 0.04 0.40 0.13
HSL 54.61º 0.58% 0.7% -
HSV(B) 54.61º 0.4% 0.87% -
XYZ 59.03 66.01 32.18 -
YUV 208.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 223 215 134 0 0.04 0.40 0.13 54.61 0.58 0.7
Hex DF D7 86 0 4 28 D 37 3A 46
Octal 337 327 206 0 4 50 15 67 72 106
Binary 11011111 11010111 10000110 0 100 101000 1101 110111 111010 1000110

Color Harmonies of #DFD786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD786

Black with #DFD786

Text Example


Text Example

White with #DFD786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD786; }

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

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

background-color css

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

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

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

border-color css

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

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

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