#DDD68C

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

Shades of Primrose #DDD68C

Tints of Primrose #DDD68C

Color information

#DDD68C (or 0xDDD68C) is unknown color: approx Primrose. HEX triplet: DD, D6 and 8C. RGB value is (221,214,140). Sum of RGB (Red+Green+Blue) = 221+214+140=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68C is #222973. Grayscale: #CFCFCF. Windows color (decimal): -2238836 or 9230045. OLE color: 9230045.

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

Color convert

RGB221214140-
CMYK00.030.370.13
HSL54.81º54.36%70.78%-
HSV(B)54.81º36.65%86.67%-
XYZ58.665.3634.34-
YUV207.6689.82137.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 140 (55.08% from 255) = 24.35%
R=38.43%
G=37.22%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121414000.030.370.1354.8154.3670.78
HexDDD68C0325D373647
Octal3353262140345156766107
Binary11011101110101101000110001110010111011101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD68C; }

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

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

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

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

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

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

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

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