Html Css Color HEX #DFD586 Primrose

📋 copy color: '#DFD586'

red 223 ◦ green 213 ◦ blue 134

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

Shades of Primrose #DFD586

Tints of Primrose #DFD586

RGB

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

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

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

R = 39.12%
G = 37.37%
B = 23.51%

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

#DFD586 (or 0xDFD586) is known color: Primrose. HEX triplet: DF, D5 and 86. RGB value is (223,213,134). Sum of RGB (Red+Green+Blue) = 223+213+134=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD586 is #202A79. Grayscale: #CFCFCF. Windows color (decimal): -2108026 or 8836575. OLE color: 8836575.

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

Color convert

RGB 223 213 134 -
CMYK 0 0.04 0.40 0.13
HSL 53.26º 0.58% 0.7% -
HSV(B) 53.26º 0.4% 0.87% -
XYZ 58.53 65 32.02 -
YUV 206.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 223 213 134 0 0.04 0.40 0.13 53.26 0.58 0.7
Hex DF D5 86 0 4 28 D 35 3A 46
Octal 337 325 206 0 4 50 15 65 72 106
Binary 11011111 11010101 10000110 0 100 101000 1101 110101 111010 1000110

Color Harmonies of #DFD586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD586

Black with #DFD586

Text Example


Text Example

White with #DFD586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD586; }

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

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

background-color css

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

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

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

border-color css

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

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

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