Html Css Color HEX #DFD693 Primrose

📋 copy color: '#DFD693'

red 223 ◦ green 214 ◦ blue 147

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

Shades of Primrose #DFD693

Tints of Primrose #DFD693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.17%

R = 38.18%
G = 36.64%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFD693 (or 0xDFD693) is known color: Primrose. HEX triplet: DF, D6 and 93. RGB value is (223,214,147). Sum of RGB (Red+Green+Blue) = 223+214+147=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD693 is #20296C. Grayscale: #D1D1D1. Windows color (decimal): -2107757 or 9688799. OLE color: 9688799.

HSL color Cylindrical-coordinate representation of color #DFD693: hue angle of 52.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFD693 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 147 -
CMYK 0 0.04 0.34 0.13
HSL 52.89º 0.54% 0.73% -
HSV(B) 52.89º 0.34% 0.87% -
XYZ 59.74 65.89 37.17 -
YUV 209.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 223 214 147 0 0.04 0.34 0.13 52.89 0.54 0.73
Hex DF D6 93 0 4 22 D 35 36 49
Octal 337 326 223 0 4 42 15 65 66 111
Binary 11011111 11010110 10010011 0 100 100010 1101 110101 110110 1001001

Color Harmonies of #DFD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD693

Black with #DFD693

Text Example


Text Example

White with #DFD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD693; }

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

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

background-color css

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

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

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

border-color css

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

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

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