Html Css Color HEX #DFD490 Primrose

📋 copy color: '#DFD490'

red 223 ◦ green 212 ◦ blue 144

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

Shades of Primrose #DFD490

Tints of Primrose #DFD490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.61%

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

R = 38.51%
G = 36.61%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFD490 (or 0xDFD490) is known color: Primrose. HEX triplet: DF, D4 and 90. RGB value is (223,212,144). Sum of RGB (Red+Green+Blue) = 223+212+144=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD490 is #202B6F. Grayscale: #CFCFCF. Windows color (decimal): -2108272 or 9491679. OLE color: 9491679.

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

Color convert

RGB 223 212 144 -
CMYK 0 0.05 0.35 0.13
HSL 51.65º 0.55% 0.72% -
HSV(B) 51.65º 0.35% 0.87% -
XYZ 59.01 64.79 35.78 -
YUV 207.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 223 212 144 0 0.05 0.35 0.13 51.65 0.55 0.72
Hex DF D4 90 0 5 23 D 34 37 48
Octal 337 324 220 0 5 43 15 64 67 110
Binary 11011111 11010100 10010000 0 101 100011 1101 110100 110111 1001000

Color Harmonies of #DFD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD490

Black with #DFD490

Text Example


Text Example

White with #DFD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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