Html Css Color HEX #DFD88D Primrose

📋 copy color: '#DFD88D'

red 223 ◦ green 216 ◦ blue 141

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

Shades of Primrose #DFD88D

Tints of Primrose #DFD88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.31%

R = 38.45%
G = 37.24%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFD88D (or 0xDFD88D) is known color: Primrose. HEX triplet: DF, D8 and 8D. RGB value is (223,216,141). Sum of RGB (Red+Green+Blue) = 223+216+141=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD88D is #202772. Grayscale: #D1D1D1. Windows color (decimal): -2107251 or 9296095. OLE color: 9296095.

HSL color Cylindrical-coordinate representation of color #DFD88D: hue angle of 54.88º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFD88D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 216 141 -
CMYK 0 0.03 0.37 0.13
HSL 54.88º 0.56% 0.71% -
HSV(B) 54.88º 0.37% 0.87% -
XYZ 59.8 66.72 34.93 -
YUV 209.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 223 216 141 0 0.03 0.37 0.13 54.88 0.56 0.71
Hex DF D8 8D 0 3 25 D 37 38 47
Octal 337 330 215 0 3 45 15 67 70 107
Binary 11011111 11011000 10001101 0 11 100101 1101 110111 111000 1000111

Color Harmonies of #DFD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD88D

Black with #DFD88D

Text Example


Text Example

White with #DFD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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