Html Css Color HEX #DFDD94 Primrose

📋 copy color: '#DFDD94'

red 223 ◦ green 221 ◦ blue 148

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

Shades of Primrose #DFDD94

Tints of Primrose #DFDD94

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 148 (58.2% from 255) = 25%

R = 37.67%
G = 37.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFDD94 (or 0xDFDD94) is known color: Primrose. HEX triplet: DF, DD and 94. RGB value is (223,221,148). Sum of RGB (Red+Green+Blue) = 223+221+148=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD94 is #20226B. Grayscale: #D5D5D5. Windows color (decimal): -2105964 or 9756127. OLE color: 9756127.

HSL color Cylindrical-coordinate representation of color #DFDD94: hue angle of 58.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFDD94 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 148 -
CMYK 0 0.01 0.34 0.13
HSL 58.4º 0.54% 0.73% -
HSV(B) 58.4º 0.34% 0.87% -
XYZ 61.63 69.54 38.19 -
YUV 213.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 223 221 148 0 0.01 0.34 0.13 58.4 0.54 0.73
Hex DF DD 94 0 1 22 D 3A 36 49
Octal 337 335 224 0 1 42 15 72 66 111
Binary 11011111 11011101 10010100 0 1 100010 1101 111010 110110 1001001

Color Harmonies of #DFDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD94

Black with #DFDD94

Text Example


Text Example

White with #DFDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD94; }

 p { color: rgb(223,221,148); }

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

background-color css

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

 a { background-color: rgb(223,221,148); }

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

border-color css

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

 span { border-color: rgb(223,221,148); }

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