Html Css Color HEX #DFD695 Primrose

📋 copy color: '#DFD695'

red 223 ◦ green 214 ◦ blue 149

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

Shades of Primrose #DFD695

Tints of Primrose #DFD695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.43%

R = 38.05%
G = 36.52%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFD695 (or 0xDFD695) is known color: Primrose. HEX triplet: DF, D6 and 95. RGB value is (223,214,149). Sum of RGB (Red+Green+Blue) = 223+214+149=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD695 is #20296A. Grayscale: #D1D1D1. Windows color (decimal): -2107755 or 9819871. OLE color: 9819871.

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

Color convert

RGB 223 214 149 -
CMYK 0 0.04 0.33 0.13
HSL 52.7º 0.54% 0.73% -
HSV(B) 52.7º 0.33% 0.87% -
XYZ 59.9 65.95 38.01 -
YUV 209.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 223 214 149 0 0.04 0.33 0.13 52.7 0.54 0.73
Hex DF D6 95 0 4 21 D 35 36 49
Octal 337 326 225 0 4 41 15 65 66 111
Binary 11011111 11010110 10010101 0 100 100001 1101 110101 110110 1001001

Color Harmonies of #DFD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD695

Black with #DFD695

Text Example


Text Example

White with #DFD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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