Html Css Color HEX #DFD588 Primrose

📋 copy color: '#DFD588'

red 223 ◦ green 213 ◦ blue 136

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

Shades of Primrose #DFD588

Tints of Primrose #DFD588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 38.99%
G = 37.24%
B = 23.78%

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

#DFD588 (or 0xDFD588) is known color: Primrose. HEX triplet: DF, D5 and 88. RGB value is (223,213,136). Sum of RGB (Red+Green+Blue) = 223+213+136=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD588 is #202A77. Grayscale: #CFCFCF. Windows color (decimal): -2108024 or 8967647. OLE color: 8967647.

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

Color convert

RGB 223 213 136 -
CMYK 0 0.04 0.39 0.13
HSL 53.1º 0.58% 0.7% -
HSV(B) 53.1º 0.39% 0.87% -
XYZ 58.67 65.05 32.76 -
YUV 207.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 223 213 136 0 0.04 0.39 0.13 53.1 0.58 0.7
Hex DF D5 88 0 4 27 D 35 3A 46
Octal 337 325 210 0 4 47 15 65 72 106
Binary 11011111 11010101 10001000 0 100 100111 1101 110101 111010 1000110

Color Harmonies of #DFD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD588

Black with #DFD588

Text Example


Text Example

White with #DFD588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD588; }

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

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

background-color css

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

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

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

border-color css

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

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

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