Html Css Color HEX #DFD688 Primrose

📋 copy color: '#DFD688'

red 223 ◦ green 214 ◦ blue 136

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

Shades of Primrose #DFD688

Tints of Primrose #DFD688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.73%

R = 38.92%
G = 37.35%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFD688 (or 0xDFD688) is known color: Primrose. HEX triplet: DF, D6 and 88. RGB value is (223,214,136). Sum of RGB (Red+Green+Blue) = 223+214+136=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD688 is #202977. Grayscale: #D0D0D0. Windows color (decimal): -2107768 or 8967903. OLE color: 8967903.

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

Color convert

RGB 223 214 136 -
CMYK 0 0.04 0.39 0.13
HSL 53.79º 0.58% 0.7% -
HSV(B) 53.79º 0.39% 0.87% -
XYZ 58.92 65.56 32.84 -
YUV 207.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 223 214 136 0 0.04 0.39 0.13 53.79 0.58 0.7
Hex DF D6 88 0 4 27 D 36 3A 46
Octal 337 326 210 0 4 47 15 66 72 106
Binary 11011111 11010110 10001000 0 100 100111 1101 110110 111010 1000110

Color Harmonies of #DFD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD688

Black with #DFD688

Text Example


Text Example

White with #DFD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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