#DFE08A

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

Shades of Primrose #DFE08A

Tints of Primrose #DFE08A

Color information

#DFE08A (or 0xDFE08A) is unknown color: approx Primrose. HEX triplet: DF, E0 and 8A. RGB value is (223,224,138). Sum of RGB (Red+Green+Blue) = 223+224+138=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08A is #201F75. Grayscale: #D6D6D6. Windows color (decimal): -2105206 or 9101535. OLE color: 9101535.

HSL color Cylindrical-coordinate representation of color #DFE08A: hue angle of 60.7º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE08A is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB223224138-
CMYK0.0000.380.12
HSL60.7º58.11%70.98%-
HSV(B)60.7º38.39%87.84%-
XYZ61.6770.8334.47-
YUV213.985.17134.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=38.12%
G=38.29%
B=23.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241380.0000.380.1260.758.1170.98
HexDFE08A0026C3d3a47
Octal3373402120046147572107
Binary1101111111100000100010100010011011001111011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE08A; }

 p { color: rgb(223,224,138); }

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

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

 a { background-color: rgb(223,224,138); }

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

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

 span { border-color: rgb(223,224,138); }

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