Html Css Color HEX #DFDC86 Primrose

📋 copy color: '#DFDC86'

red 223 ◦ green 220 ◦ blue 134

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

Shades of Primrose #DFDC86

Tints of Primrose #DFDC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

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

R = 38.65%
G = 38.13%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFDC86 (or 0xDFDC86) is known color: Primrose. HEX triplet: DF, DC and 86. RGB value is (223,220,134). Sum of RGB (Red+Green+Blue) = 223+220+134=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC86 is #202379. Grayscale: #D3D3D3. Windows color (decimal): -2106234 or 8838367. OLE color: 8838367.

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

Color convert

RGB 223 220 134 -
CMYK 0 0.01 0.40 0.13
HSL 57.98º 0.58% 0.7% -
HSV(B) 57.98º 0.4% 0.87% -
XYZ 60.33 68.6 32.61 -
YUV 211.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 223 220 134 0 0.01 0.40 0.13 57.98 0.58 0.7
Hex DF DC 86 0 1 28 D 3A 3A 46
Octal 337 334 206 0 1 50 15 72 72 106
Binary 11011111 11011100 10000110 0 1 101000 1101 111010 111010 1000110

Color Harmonies of #DFDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC86

Black with #DFDC86

Text Example


Text Example

White with #DFDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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