Html Css Color HEX #DFD990 Primrose

📋 copy color: '#DFD990'

red 223 ◦ green 217 ◦ blue 144

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

Shades of Primrose #DFD990

Tints of Primrose #DFD990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 144 (56.64% from 255) = 24.66%

R = 38.18%
G = 37.16%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFD990 (or 0xDFD990) is known color: Primrose. HEX triplet: DF, D9 and 90. RGB value is (223,217,144). Sum of RGB (Red+Green+Blue) = 223+217+144=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD990 is #20266F. Grayscale: #D2D2D2. Windows color (decimal): -2106992 or 9492959. OLE color: 9492959.

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

Color convert

RGB 223 217 144 -
CMYK 0 0.03 0.35 0.13
HSL 55.44º 0.55% 0.72% -
HSV(B) 55.44º 0.35% 0.87% -
XYZ 60.28 67.33 36.2 -
YUV 210.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 223 217 144 0 0.03 0.35 0.13 55.44 0.55 0.72
Hex DF D9 90 0 3 23 D 37 37 48
Octal 337 331 220 0 3 43 15 67 67 110
Binary 11011111 11011001 10010000 0 11 100011 1101 110111 110111 1001000

Color Harmonies of #DFD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD990

Black with #DFD990

Text Example


Text Example

White with #DFD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD990; }

 p { color: rgb(223,217,144); }

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

background-color css

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

 a { background-color: rgb(223,217,144); }

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

border-color css

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

 span { border-color: rgb(223,217,144); }

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