#DDD68E

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

Shades of Primrose #DDD68E

Tints of Primrose #DDD68E

Color information

#DDD68E (or 0xDDD68E) is unknown color: approx Primrose. HEX triplet: DD, D6 and 8E. RGB value is (221,214,142). Sum of RGB (Red+Green+Blue) = 221+214+142=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68E is #222971. Grayscale: #D0D0D0. Windows color (decimal): -2238834 or 9361117. OLE color: 9361117.

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

Color convert

RGB221214142-
CMYK00.030.360.13
HSL54.68º53.74%71.18%-
HSV(B)54.68º35.75%86.67%-
XYZ58.7565.4235.12-
YUV207.8890.82137.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=38.30%
G=37.09%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121414200.030.360.1354.6853.7471.18
HexDDD68E0324D373647
Octal3353262160344156766107
Binary11011101110101101000111001110010011011101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD68E; }

 p { color: rgb(221,214,142); }

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

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

 a { background-color: rgb(221,214,142); }

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

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

 span { border-color: rgb(221,214,142); }

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