Html Css Color HEX #DFD491 Primrose

📋 copy color: '#DFD491'

red 223 ◦ green 212 ◦ blue 145

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

Shades of Primrose #DFD491

Tints of Primrose #DFD491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25%

R = 38.45%
G = 36.55%
B = 25%

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

#DFD491 (or 0xDFD491) is known color: Primrose. HEX triplet: DF, D4 and 91. RGB value is (223,212,145). Sum of RGB (Red+Green+Blue) = 223+212+145=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD491 is #202B6E. Grayscale: #CFCFCF. Windows color (decimal): -2108271 or 9557215. OLE color: 9557215.

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

Color convert

RGB 223 212 145 -
CMYK 0 0.05 0.35 0.13
HSL 51.54º 0.55% 0.72% -
HSV(B) 51.54º 0.35% 0.87% -
XYZ 59.09 64.82 36.19 -
YUV 207.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 223 212 145 0 0.05 0.35 0.13 51.54 0.55 0.72
Hex DF D4 91 0 5 23 D 34 37 48
Octal 337 324 221 0 5 43 15 64 67 110
Binary 11011111 11010100 10010001 0 101 100011 1101 110100 110111 1001000

Color Harmonies of #DFD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD491

Black with #DFD491

Text Example


Text Example

White with #DFD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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