Html Css Color HEX #DFD590 Primrose

📋 copy color: '#DFD590'

red 223 ◦ green 213 ◦ blue 144

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

Shades of Primrose #DFD590

Tints of Primrose #DFD590

RGB

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

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

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

R = 38.45%
G = 36.72%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFD590 (or 0xDFD590) is known color: Primrose. HEX triplet: DF, D5 and 90. RGB value is (223,213,144). Sum of RGB (Red+Green+Blue) = 223+213+144=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD590 is #202A6F. Grayscale: #D0D0D0. Windows color (decimal): -2108016 or 9491935. OLE color: 9491935.

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

Color convert

RGB 223 213 144 -
CMYK 0 0.04 0.35 0.13
HSL 52.41º 0.55% 0.72% -
HSV(B) 52.41º 0.35% 0.87% -
XYZ 59.26 65.29 35.86 -
YUV 208.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 223 213 144 0 0.04 0.35 0.13 52.41 0.55 0.72
Hex DF D5 90 0 4 23 D 34 37 48
Octal 337 325 220 0 4 43 15 64 67 110
Binary 11011111 11010101 10010000 0 100 100011 1101 110100 110111 1001000

Color Harmonies of #DFD590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD590

Black with #DFD590

Text Example


Text Example

White with #DFD590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD590; }

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

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

background-color css

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

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

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

border-color css

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

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

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