#DFD68F

Color #DFD68F Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DFD68F

Tints of Primrose #DFD68F

Color information

#DFD68F (or 0xDFD68F) is unknown color: approx Primrose. HEX triplet: DF, D6 and 8F. RGB value is (223,214,143). Sum of RGB (Red+Green+Blue) = 223+214+143=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD68F is #202970. Grayscale: #D0D0D0. Windows color (decimal): -2107761 or 9426655. OLE color: 9426655.

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

Color convert

RGB223214143-
CMYK00.040.360.13
HSL53.25º55.56%71.76%-
HSV(B)53.25º35.87%87.45%-
XYZ59.4465.7635.55-
YUV208.690.98138.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 143 (56.25% from 255) = 24.66%
R=38.45%
G=36.90%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321414300.040.360.1353.2555.5671.76
HexDFD68F0424D353848
Octal3373262170444156570110
Binary110111111101011010001111010010010011011101011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD68F; }

 p { color: rgb(223,214,143); }

 H1.HeaderClassName
 {
   color: #DFD68F;
 }
 .AnyTagClassName
 {
   color: #DFD68F;
 }
</style>
background-color css

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

 a { background-color: rgb(223,214,143); }

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

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

 span { border-color: rgb(223,214,143); }

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