Html Css Color HEX #DFD691 Primrose

📋 copy color: '#DFD691'

red 223 ◦ green 214 ◦ blue 145

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

Shades of Primrose #DFD691

Tints of Primrose #DFD691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.91%

R = 38.32%
G = 36.77%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFD691 (or 0xDFD691) is known color: Primrose. HEX triplet: DF, D6 and 91. RGB value is (223,214,145). Sum of RGB (Red+Green+Blue) = 223+214+145=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD691 is #20296E. Grayscale: #D1D1D1. Windows color (decimal): -2107759 or 9557727. OLE color: 9557727.

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

Color convert

RGB 223 214 145 -
CMYK 0 0.04 0.35 0.13
HSL 53.08º 0.55% 0.72% -
HSV(B) 53.08º 0.35% 0.87% -
XYZ 59.59 65.83 36.35 -
YUV 208.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 223 214 145 0 0.04 0.35 0.13 53.08 0.55 0.72
Hex DF D6 91 0 4 23 D 35 37 48
Octal 337 326 221 0 4 43 15 65 67 110
Binary 11011111 11010110 10010001 0 100 100011 1101 110101 110111 1001000

Color Harmonies of #DFD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD691

Black with #DFD691

Text Example


Text Example

White with #DFD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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