Html Css Color HEX #DFD888 Primrose

📋 copy color: '#DFD888'

red 223 ◦ green 216 ◦ blue 136

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

Shades of Primrose #DFD888

Tints of Primrose #DFD888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

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

R = 38.78%
G = 37.57%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DFD888 (or 0xDFD888) is known color: Primrose. HEX triplet: DF, D8 and 88. RGB value is (223,216,136). Sum of RGB (Red+Green+Blue) = 223+216+136=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD888 is #202777. Grayscale: #D1D1D1. Windows color (decimal): -2107256 or 8968415. OLE color: 8968415.

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

Color convert

RGB 223 216 136 -
CMYK 0 0.03 0.39 0.13
HSL 55.17º 0.58% 0.7% -
HSV(B) 55.17º 0.39% 0.87% -
XYZ 59.43 66.58 33.01 -
YUV 208.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 223 216 136 0 0.03 0.39 0.13 55.17 0.58 0.7
Hex DF D8 88 0 3 27 D 37 3A 46
Octal 337 330 210 0 3 47 15 67 72 106
Binary 11011111 11011000 10001000 0 11 100111 1101 110111 111010 1000110

Color Harmonies of #DFD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD888

Black with #DFD888

Text Example


Text Example

White with #DFD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD888; }

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

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

background-color css

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

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

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

border-color css

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

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

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